메소드 | 설명 | |
---|---|---|
CancelLimitOrder ( uint exchangeOrderId ) : void | ||
CancelStopLimitOrder ( uint exchangeOrderId ) : void | ||
Client ( IMessageConnection messageConnection, IServerMessageSubscriber subscriber ) : System | ||
ModifyDuoLimitOrders ( uint order1OrderId, double order1NewPrice, int order1NewQuantity, uint order2OrderId, double order2NewPrice, int order2NewQuantity ) : void | ||
ModifyLimitOrder ( uint exchangeOrderId, double newPrice, int newQuantity ) : void | ||
ModifyStopLimitOrder ( uint exchangeOrderId, double newTriggerPrice, double newLimitPrice, int newQuantity ) : void | ||
RequestOpenLimitOrders ( ) : void | ||
RequestOpenStopLimitOrders ( ) : void | ||
Start ( int clientId, string serverAddress, int serverCommandPort, int serverPublishPort ) : void | ||
Stop ( ) : void | ||
SubmitLimitOrder ( string symbol, double price, int quantity, WayEnum way ) : void | ||
SubmitMarketOrder ( string symbol, int quantity, WayEnum way ) : void | ||
SubmitStopLimitOrder ( string symbol, double triggerPrice, double limitPrice, int quantity, WayEnum way ) : void |
메소드 | 설명 | |
---|---|---|
HandleServerMessage ( |
public CancelLimitOrder ( uint exchangeOrderId ) : void | ||
exchangeOrderId | uint | |
리턴 | void |
public CancelStopLimitOrder ( uint exchangeOrderId ) : void | ||
exchangeOrderId | uint | |
리턴 | void |
public Client ( IMessageConnection messageConnection, IServerMessageSubscriber subscriber ) : System | ||
messageConnection | IMessageConnection | |
subscriber | IServerMessageSubscriber | |
리턴 | System |
public ModifyDuoLimitOrders ( uint order1OrderId, double order1NewPrice, int order1NewQuantity, uint order2OrderId, double order2NewPrice, int order2NewQuantity ) : void | ||
order1OrderId | uint | |
order1NewPrice | double | |
order1NewQuantity | int | |
order2OrderId | uint | |
order2NewPrice | double | |
order2NewQuantity | int | |
리턴 | void |
public ModifyLimitOrder ( uint exchangeOrderId, double newPrice, int newQuantity ) : void | ||
exchangeOrderId | uint | |
newPrice | double | |
newQuantity | int | |
리턴 | void |
public ModifyStopLimitOrder ( uint exchangeOrderId, double newTriggerPrice, double newLimitPrice, int newQuantity ) : void | ||
exchangeOrderId | uint | |
newTriggerPrice | double | |
newLimitPrice | double | |
newQuantity | int | |
리턴 | void |
public Start ( int clientId, string serverAddress, int serverCommandPort, int serverPublishPort ) : void | ||
clientId | int | |
serverAddress | string | |
serverCommandPort | int | |
serverPublishPort | int | |
리턴 | void |
public SubmitLimitOrder ( string symbol, double price, int quantity, WayEnum way ) : void | ||
symbol | string | |
price | double | |
quantity | int | |
way | WayEnum | |
리턴 | void |
public SubmitMarketOrder ( string symbol, int quantity, WayEnum way ) : void | ||
symbol | string | |
quantity | int | |
way | WayEnum | |
리턴 | void |
public SubmitStopLimitOrder ( string symbol, double triggerPrice, double limitPrice, int quantity, WayEnum way ) : void | ||
symbol | string | |
triggerPrice | double | |
limitPrice | double | |
quantity | int | |
way | WayEnum | |
리턴 | void |