Namespace:
T4.API
Assembly: T4API.40 (in T4API.40.dll)
Assembly: T4API.40 (in T4API.40.dll)
Syntax
| C# |
|---|
public delegate void MarketDepthTradeEventHandler( Market poMarket, int piLastTradeTicks, int piLastTradeVolume, int piLastTradeTotalVolume, int piTotalTradedVolume, bool pbDueToSpread, BuySell penAtBidOrOffer, DateTime pdTime ) |
| Visual Basic |
|---|
Public Delegate Sub MarketDepthTradeEventHandler ( _ poMarket As Market, _ piLastTradeTicks As Integer, _ piLastTradeVolume As Integer, _ piLastTradeTotalVolume As Integer, _ piTotalTradedVolume As Integer, _ pbDueToSpread As Boolean, _ penAtBidOrOffer As BuySell, _ pdTime As DateTime _ ) |
| Visual C++ |
|---|
public delegate void MarketDepthTradeEventHandler( Market^ poMarket, int piLastTradeTicks, int piLastTradeVolume, int piLastTradeTotalVolume, int piTotalTradedVolume, bool pbDueToSpread, BuySell penAtBidOrOffer, DateTime pdTime ) |
Parameters
- poMarket
- Type: T4.API..::..Market
- piLastTradeTicks
- Type: System..::..Int32
- piLastTradeVolume
- Type: System..::..Int32
- piLastTradeTotalVolume
- Type: System..::..Int32
- piTotalTradedVolume
- Type: System..::..Int32
- pbDueToSpread
- Type: System..::..Boolean
- penAtBidOrOffer
- Type: T4..::..BuySell
- pdTime
- Type: System..::..DateTime