# Automatically generated by openapi-generator (https://openapi-generator.tech)
# Please update as you see appropriate
context("Test InlineResponse2007")
model.instance <- InlineResponse2007$new()
test_that("orderListId", {
# tests for the property `orderListId` (integer)
# uncomment below to test the property
#expect_equal(model.instance$`orderListId`, "EXPECTED_RESULT")
})
test_that("contingencyType", {
# tests for the property `contingencyType` (character)
# uncomment below to test the property
#expect_equal(model.instance$`contingencyType`, "EXPECTED_RESULT")
})
test_that("listStatusType", {
# tests for the property `listStatusType` (character)
# uncomment below to test the property
#expect_equal(model.instance$`listStatusType`, "EXPECTED_RESULT")
})
test_that("listOrderStatus", {
# tests for the property `listOrderStatus` (character)
# uncomment below to test the property
#expect_equal(model.instance$`listOrderStatus`, "EXPECTED_RESULT")
})
test_that("listClientOrderId", {
# tests for the property `listClientOrderId` (character)
# uncomment below to test the property
#expect_equal(model.instance$`listClientOrderId`, "EXPECTED_RESULT")
})
test_that("transactionTime", {
# tests for the property `transactionTime` (integer)
# uncomment below to test the property
#expect_equal(model.instance$`transactionTime`, "EXPECTED_RESULT")
})
test_that("symbol", {
# tests for the property `symbol` (character)
# uncomment below to test the property
#expect_equal(model.instance$`symbol`, "EXPECTED_RESULT")
})
test_that("orders", {
# tests for the property `orders` (array[ApiV3OpenOrderListOrders])
# uncomment below to test the property
#expect_equal(model.instance$`orders`, "EXPECTED_RESULT")
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.