Property | Type | Description | |
---|---|---|---|
NotifyHandlers | void |
Method | Description | |
---|---|---|
OrderBookBestBidAsk ( string symbol ) : System | ||
RegisterUpdateHandler ( Action |
||
Set ( double bestBid, double bestAsk, int bestBidQuantity, int bestAskQuantity ) : bool | ||
ToDto ( ) : |
||
UnRegisterUpdateHandler ( Action |
Method | Description | |
---|---|---|
NotifyHandlers ( ) : void |
public OrderBookBestBidAsk ( string symbol ) : System | ||
symbol | string | |
return | System |
public RegisterUpdateHandler ( Action |
||
handler | Action |
|
return | void |
public Set ( double bestBid, double bestAsk, int bestBidQuantity, int bestAskQuantity ) : bool | ||
bestBid | double | |
bestAsk | double | |
bestBidQuantity | int | |
bestAskQuantity | int | |
return | bool |
public ToDto ( ) : |
||
return |
public UnRegisterUpdateHandler ( Action |
||
handler | Action |
|
return | void |