# Automatically generated by openapi-generator (https://openapi-generator.tech)
# Please update as you see appropriate
context("Test InlineResponse20039DataIndicatorsBTCUSDT")
model.instance <- InlineResponse20039DataIndicatorsBTCUSDT$new()
test_that("i", {
# tests for the property `i` (character)
# Unfilled Ratio (UFR)
# uncomment below to test the property
#expect_equal(model.instance$`i`, "EXPECTED_RESULT")
})
test_that("c", {
# tests for the property `c` (integer)
# Count of all orders
# uncomment below to test the property
#expect_equal(model.instance$`c`, "EXPECTED_RESULT")
})
test_that("v", {
# tests for the property `v` (numeric)
# Current UFR value
# uncomment below to test the property
#expect_equal(model.instance$`v`, "EXPECTED_RESULT")
})
test_that("t", {
# tests for the property `t` (numeric)
# Trigger UFR value
# uncomment below to test the property
#expect_equal(model.instance$`t`, "EXPECTED_RESULT")
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.