# Automatically generated by openapi-generator (https://openapi-generator.tech)
# Please update as you see appropriate
context("Test InlineResponse20061")
model.instance <- InlineResponse20061$new()
test_that("totalInitialMargin", {
# tests for the property `totalInitialMargin` (character)
# uncomment below to test the property
#expect_equal(model.instance$`totalInitialMargin`, "EXPECTED_RESULT")
})
test_that("totalMaintenanceMargin", {
# tests for the property `totalMaintenanceMargin` (character)
# uncomment below to test the property
#expect_equal(model.instance$`totalMaintenanceMargin`, "EXPECTED_RESULT")
})
test_that("totalMarginBalance", {
# tests for the property `totalMarginBalance` (character)
# uncomment below to test the property
#expect_equal(model.instance$`totalMarginBalance`, "EXPECTED_RESULT")
})
test_that("totalOpenOrderInitialMargin", {
# tests for the property `totalOpenOrderInitialMargin` (character)
# uncomment below to test the property
#expect_equal(model.instance$`totalOpenOrderInitialMargin`, "EXPECTED_RESULT")
})
test_that("totalPositionInitialMargin", {
# tests for the property `totalPositionInitialMargin` (character)
# uncomment below to test the property
#expect_equal(model.instance$`totalPositionInitialMargin`, "EXPECTED_RESULT")
})
test_that("totalUnrealizedProfit", {
# tests for the property `totalUnrealizedProfit` (character)
# uncomment below to test the property
#expect_equal(model.instance$`totalUnrealizedProfit`, "EXPECTED_RESULT")
})
test_that("totalWalletBalance", {
# tests for the property `totalWalletBalance` (character)
# uncomment below to test the property
#expect_equal(model.instance$`totalWalletBalance`, "EXPECTED_RESULT")
})
test_that("asset", {
# tests for the property `asset` (character)
# uncomment below to test the property
#expect_equal(model.instance$`asset`, "EXPECTED_RESULT")
})
test_that("subAccountList", {
# tests for the property `subAccountList` (array[InlineResponse20061SubAccountList])
# uncomment below to test the property
#expect_equal(model.instance$`subAccountList`, "EXPECTED_RESULT")
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.