# Automatically generated by openapi-generator (https://openapi-generator.tech)
# Please update as you see appropriate
context("Test InlineResponse20039DataTriggerCondition")
model.instance <- InlineResponse20039DataTriggerCondition$new()
test_that("GCR", {
# tests for the property `GCR` (integer)
# Number of GTC orders
# uncomment below to test the property
#expect_equal(model.instance$`GCR`, "EXPECTED_RESULT")
})
test_that("IFER", {
# tests for the property `IFER` (integer)
# Number of FOK/IOC orders
# uncomment below to test the property
#expect_equal(model.instance$`IFER`, "EXPECTED_RESULT")
})
test_that("UFR", {
# tests for the property `UFR` (integer)
# Number of orders
# uncomment below to test the property
#expect_equal(model.instance$`UFR`, "EXPECTED_RESULT")
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.