# Automatically generated by openapi-generator (https://openapi-generator.tech)
# Please update as you see appropriate
context("Test InlineResponse20020")
model.instance <- InlineResponse20020$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("marginBuyBorrowAmount", {
# tests for the property `marginBuyBorrowAmount` (character)
# will not return if no margin trade happens
# uncomment below to test the property
#expect_equal(model.instance$`marginBuyBorrowAmount`, "EXPECTED_RESULT")
})
test_that("marginBuyBorrowAsset", {
# tests for the property `marginBuyBorrowAsset` (character)
# will not return if no margin trade happens
# uncomment below to test the property
#expect_equal(model.instance$`marginBuyBorrowAsset`, "EXPECTED_RESULT")
})
test_that("isIsolated", {
# tests for the property `isIsolated` (character)
# uncomment below to test the property
#expect_equal(model.instance$`isIsolated`, "EXPECTED_RESULT")
})
test_that("orders", {
# tests for the property `orders` (array[InlineResponse20020Orders])
# uncomment below to test the property
#expect_equal(model.instance$`orders`, "EXPECTED_RESULT")
})
test_that("orderReports", {
# tests for the property `orderReports` (array[InlineResponse2004OrderReports])
# uncomment below to test the property
#expect_equal(model.instance$`orderReports`, "EXPECTED_RESULT")
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.