tests/testthat/test_inline_response20060_margin_trade_coeff_vo.R

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

context("Test InlineResponse20060MarginTradeCoeffVo")

model.instance <- InlineResponse20060MarginTradeCoeffVo$new()

test_that("forceLiquidationBar", {
  # tests for the property `forceLiquidationBar` (character)
  # Liquidation margin ratio

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

test_that("marginCallBar", {
  # tests for the property `marginCallBar` (character)
  # Margin call margin ratio

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

test_that("normalBar", {
  # tests for the property `normalBar` (character)
  # Initial margin ratio

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