tests/testthat/test_inline_response20039_data_trigger_condition.R

# Automatically generated by openapi-generator (https://openapi-generator.tech)
# Please update as you see appropriate

context("Test InlineResponse20039DataTriggerCondition")

model.instance <- InlineResponse20039DataTriggerCondition$new()

test_that("GCR", {
  # tests for the property `GCR` (integer)
  # Number of GTC orders

  # uncomment below to test the property
  #expect_equal(model.instance$`GCR`, "EXPECTED_RESULT")
})

test_that("IFER", {
  # tests for the property `IFER` (integer)
  # Number of FOK/IOC orders

  # uncomment below to test the property
  #expect_equal(model.instance$`IFER`, "EXPECTED_RESULT")
})

test_that("UFR", {
  # tests for the property `UFR` (integer)
  # Number of orders

  # uncomment below to test the property
  #expect_equal(model.instance$`UFR`, "EXPECTED_RESULT")
})
grahamjwhite/binanceRapi documentation built on Nov. 22, 2022, 9:37 p.m.