tests/testthat/test_oco_order_order_reports.R

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

context("Test OcoOrderOrderReports")

model.instance <- OcoOrderOrderReports$new()

test_that("symbol", {
  # tests for the property `symbol` (character)

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

test_that("origClientOrderId", {
  # tests for the property `origClientOrderId` (character)

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

test_that("orderId", {
  # tests for the property `orderId` (integer)

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

test_that("orderListId", {
  # tests for the property `orderListId` (integer)

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

test_that("clientOrderId", {
  # tests for the property `clientOrderId` (character)

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

test_that("price", {
  # tests for the property `price` (character)

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

test_that("origQty", {
  # tests for the property `origQty` (character)

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

test_that("executedQty", {
  # tests for the property `executedQty` (character)

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

test_that("cummulativeQuoteQty", {
  # tests for the property `cummulativeQuoteQty` (character)

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

test_that("status", {
  # tests for the property `status` (character)

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

test_that("timeInForce", {
  # tests for the property `timeInForce` (character)

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

test_that("type", {
  # tests for the property `type` (character)

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

test_that("side", {
  # tests for the property `side` (character)

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

test_that("stopPrice", {
  # tests for the property `stopPrice` (character)

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