OrderbookBuilder class

Constructors

OrderbookBuilder()

Properties

asks ↔ ListBuilder<OrderResponse>
getter/setter pair
bids ↔ ListBuilder<OrderResponse>
getter/setter pair
closePrice double?
getter/setter pair
depth int?
getter/setter pair
faceValue double?
getter/setter pair
figi String?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
lastPrice double?
getter/setter pair
limitDown double?
getter/setter pair
limitUp double?
getter/setter pair
minPriceIncrement double?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
tradeStatus TradeStatus?
getter/setter pair

Methods

build() → _$Orderbook
Builds.
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
replace(Orderbook other) → void
Replaces the value in the builder with a new one.
override
toString() String
A string representation of this object.
inherited
update(void updates(OrderbookBuilder)?) → void
Applies updates.
override

Operators

operator ==(Object other) bool
The equality operator.
inherited