Trade
class
Represent access to trades occurring by instrument.
Properties
Aggressor AggressorFlag | Provides operation side value. |
Exchange string | Type of exchange on which trade has occurred. |
Instrument Instrument | Represents the information of instrument for trade. |
Price double | Returns the price at which trade occured. |
Size double | Value of the trade in lots. |
Time DateTime | Time when trade occurred. |
NETScript classes
- Account
- Asset
- BarData
- DerivativeSettings
- Fill
- GlobalVariable
- GlobalVariablesManager
- HistoricalData
- HistoricalDataRequest
- Indicator
- Instrument
- Level2
- MarginSettings
- NETColumn
- NETIndicator
- NETMacros
- NETScript
- NETSDK
- NETStrategy
- NewOrderRequest
- Order
- Performance
- Period
- Position
- PricesQuote
- Quote
- ReplaceOrderRequest
- Row
- Table
- TickData
- TradeData
- TradingSession
- TradingStrategy
- User
NETScript interfaces
NETScript enums