Свойство | Тип | Описание | |
---|---|---|---|
RaiseDeletedEvent | void | ||
RaiseFilledEvent | void | ||
RaiseModifiedEvent | void |
Метод | Описание | |
---|---|---|
Delete ( ) : void | ||
Dispose ( ) : void | ||
LimitOrder ( string symbol, int quantity, double price, WayEnum way, int clientId ) : System | ||
Modify ( int newQuantity ) : void | ||
Modify ( int newQuantity, double newPrice ) : void | ||
RegisterDeleteNotificationHandler ( Action |
||
RegisterFilledNotification ( Action |
||
RegisterModifyNotificationHandler ( Action |
||
SetExchangeOrderId ( uint exchangeOrderId ) : void | ||
ToDto ( ) : |
||
UnRegisterDeleteNotificationHandler ( Action |
||
UnRegisterFilledNotification ( Action |
||
UnRegisterModifyNotificationHandler ( Action |
Метод | Описание | |
---|---|---|
RaiseDeletedEvent ( ) : void | ||
RaiseFilledEvent ( ) : void | ||
RaiseModifiedEvent ( int oldQuantity, double oldPrice ) : void |
public LimitOrder ( string symbol, int quantity, double price, WayEnum way, int clientId ) : System | ||
symbol | string | |
quantity | int | |
price | double | |
way | WayEnum | |
clientId | int | |
Результат | System |
public Modify ( int newQuantity, double newPrice ) : void | ||
newQuantity | int | |
newPrice | double | |
Результат | void |
public RegisterDeleteNotificationHandler ( Action |
||
handler | Action |
|
Результат | void |
public RegisterFilledNotification ( Action |
||
handler | Action |
|
Результат | void |
public RegisterModifyNotificationHandler ( Action |
||
handler | Action |
|
Результат | void |
public SetExchangeOrderId ( uint exchangeOrderId ) : void | ||
exchangeOrderId | uint | |
Результат | void |
public ToDto ( ) : |
||
Результат |
public UnRegisterDeleteNotificationHandler ( Action |
||
handler | Action |
|
Результат | void |
public UnRegisterFilledNotification ( Action |
||
handler | Action |
|
Результат | void |
public UnRegisterModifyNotificationHandler ( Action |
||
handler | Action |
|
Результат | void |