tests/testthat/test_inline_response20039_data_indicators_btcusdt.R

# 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")
})
grahamjwhite/binanceRapi documentation built on Nov. 22, 2022, 9:37 p.m.