TradableArgumentError

@objc public enum TradableArgumentError: Int, Error

An enumeration for incorrect argument errors.

  • Incorrect price error.

    Declaration

    Swift

    case incorrectPrice
  • Incorrect order size error.

    Declaration

    Swift

    case incorrectOrderSize