BarFactory Class
A facility that creates bars from ticks on the fly
This language is not supported or no code example is available.
public ref class BarFactory
This language is not supported or no code example is available.
This language is not supported or no code example is available.
|
Name
|
Description
|
|
Add(Instrument, BarType, long, BarInput, ClockType, int)
|
|
|
Add(Instrument, BarType, long, BarInput, ClockType, TimeSpan, TimeSpan, int)
|
|
|
Add(Instrument, BarType, long, TimeSpan, TimeSpan, int)
|
|
|
Add(Instrument, TimeSpan, TimeSpan, int)
|
|
|
Add(string, BarInput, ClockType, TimeSpan, TimeSpan, int)
|
|
|
Add(string, BarType, long, BarInput, ClockType, int)
|
|
|
Add(string, BarType, long, TimeSpan, TimeSpan, int)
|
|
|
Add(string, TimeSpan, TimeSpan, int)
|
|
|
Add(BarFactoryItem)
|
|
|
Add(InstrumentList, BarType, long, BarInput, ClockType, int)
|
|
|
Add(InstrumentList, BarType, long, BarInput, int)
|
|
|
Add(string, BarType, long, BarInput, ClockType, TimeSpan, TimeSpan, int)
|
|
|
Add(string[], BarType, long, BarInput, ClockType, int)
|
|
|
Add(string[], BarType, long, BarInput, int)
|
|
|
Clear()
|
|
|
Contains(BarFactoryItem)
|
|
|
Contains(Instrument, BarType, long, BarInput, ClockType, int)
|
|
|
Contains(Instrument, BarType, long, BarInput, ClockType, TimeSpan, TimeSpan, int)
|
|
|
Contains(Instrument, BarType, long, TimeSpan, TimeSpan, int)
|
|
|
Contains(Instrument, TimeSpan, TimeSpan, int)
|
|
|
Contains(string, BarInput, ClockType, TimeSpan, TimeSpan, int)
|
|
|
Contains(string, BarType, long, BarInput, ClockType, int)
|
|
|
Contains(string, BarType, long, BarInput, int)
|
|
|
Contains(string, BarType, long, TimeSpan, TimeSpan, int)
|
|
|
Contains(string, TimeSpan, TimeSpan, int)
|
|
|
OnData(DataObject)
|
|
|
Remove(BarFactoryItem)
|
|
|
Remove(Instrument, BarType, long, BarInput, ClockType)
|
|
Top
In this article
Definition