메소드 | 설명 | |
---|---|---|
AddOrder ( ILimitOrder order ) : void | ||
ContainsOrder ( ILimitOrder order ) : bool | ||
PriceSlot ( double price, ILimitOrderMatchingAlgorithm limitOrderMatchingAlgorithm, IMarketOrderMatchingAlgorithm marketOrderMatchingAlgorithm ) : System.Collections.Generic | ||
RemoveOrder ( ILimitOrder order ) : void | ||
TryMatchLimitOrder ( ILimitOrder order ) : void | ||
TryMatchMarketOrder ( IMarketOrder order ) : void |
메소드 | 설명 | |
---|---|---|
HandleDeleteOrFilled ( ILimitOrder order ) : void |
public PriceSlot ( double price, ILimitOrderMatchingAlgorithm limitOrderMatchingAlgorithm, IMarketOrderMatchingAlgorithm marketOrderMatchingAlgorithm ) : System.Collections.Generic | ||
price | double | |
limitOrderMatchingAlgorithm | ILimitOrderMatchingAlgorithm | |
marketOrderMatchingAlgorithm | IMarketOrderMatchingAlgorithm | |
리턴 | System.Collections.Generic |
public TryMatchLimitOrder ( ILimitOrder order ) : void | ||
order | ILimitOrder | |
리턴 | void |
public TryMatchMarketOrder ( IMarketOrder order ) : void | ||
order | IMarketOrder | |
리턴 | void |