Clone ()
method
Creates a new request that is a copy of the current request.
Syntax
public object Clone ()
Return
object
A new object that is a copy of this request.
Discussion
Join PTMC community to post your comments
No comments yet. Be the first.
HistoricalDataRequest methods
- GetKagiRequest (Instrument instrument, int period, DataType dataType, int reversal)
- GetLineBreakRequest (Instrument instrument, int period, DataType dataType, int lineBreaks)
- GetPnFRequest (Instrument instrument, int period, DataType dataType, int size, int reversal, BarsAggregations style)
- GetPriceRangeRequest (Instrument instrument, DataType dataType, int value)
- GetRenkoRequest (Instrument instrument, int period, DataType dataType, int brickSize, BarsAggregations style)
- GetTickAggregationRequest (Instrument instrument, DataType dataType, int ticCount)
HistoricalDataRequest properties
HistoricalDataRequest constructors
- HistoricalDataRequest ()
- HistoricalDataRequest (Instrument instrument, int period)
- HistoricalDataRequest (Instrument instrument, int period, DataType dataType)
- HistoricalDataRequest (Instrument instrument, int period, DataType dataType, HistoryType historyType, int historySize, int reversal, BarsAggregations mode)
- HistoricalDataRequest (Instrument instrument, int period, DataType dataType, HistoryType historyType, int historySize, int reversal, BarsAggregations mode, double extension, double inversion)
- HistoricalDataRequest (HistoricalDataRequest source)
- HistoricalDataRequest (HistoricalData source)