Module: BudaApi::Constants::OrderType

Defined in:
lib/buda_api/constants.rb

Overview

Order types

Constant Summary collapse

ASK =

Sell order

"Ask"
BID =

Buy order

"Bid"
ALL =
[ASK, BID].freeze