class Orderbook::Tick
- Orderbook::Tick
- EventHandler::Event
- Reference
- Object
Defined in:
orderbook/tick.crConstructors
Instance Method Summary
Constructor Detail
def self.new(timestamp : Int32, is_trade : Bool, is_bid : Bool, price : BigDecimal, quantity : BigDecimal)
#