Class TradeFilterOptions
- Namespace
- WhalesSecret.TradeScriptLib.API.TradingV1.Trades
- Assembly
- WhalesSecret.TradeScriptLib.dll
User-specified trade constraints to filter a collection of trades.
public class TradeFilterOptions
- Inheritance
-
TradeFilterOptions
- Inherited Members
- Extension Methods
Fields
- AllTrades
Options to list all trades.
Properties
- MaxPrice
Condition mandating that each trade's price must be less than or equal to the provided value, or
null
if not specified.
- MaxSize
Condition mandating that each trade's size must be less than or equal to the provided value, or
null
if not specified.
- MinPrice
Condition mandating that each trade's price must be greater than or equal to the provided value, or
null
if not specified.
- MinSize
Condition mandating that each trade's size must be greater than or equal to the provided value, or
null
if not specified.
- OrderId
Condition mandating that trades with given exchange order ID are required, or
null
if not specified.
- OrderTypes
Condition mandating that each trade's order type must be a value of this set, or
null
if not specified.
- SymbolPairs
Condition mandating that each trade's symbol pair must be a value of this set, or
null
if not specified.
- TradeSide
Condition mandating that each trade's side must be equal to the provided value, or
null
if not specified.
Methods
- ToString()
Returns a string that represents the current object.