C# Class FastQuant.BarFactory

Afficher le fichier Open project: fastquant/fastquant.dll Class Usage Examples

Private Properties

Свойство Type Description
AddReminder bool
OnData void
OnReminder void

Méthodes publiques

Méthode Description
Add ( BarFactoryItem item ) : void
Add ( Instrument instrument, BarType barType, long barSize, BarInput barInput, ClockType type, System.TimeSpan session1, System.TimeSpan session2, int providerId = -1 ) : void
Add ( Instrument instrument, BarType barType, long barSize, BarInput barInput = BarInput.Trade, ClockType type = ClockType.Local, int providerId = -1 ) : void
Add ( Instrument instrument, BarType barType, long barSize, System.TimeSpan session1, System.TimeSpan session2, int providerId = -1 ) : void
Add ( Instrument instrument, System.TimeSpan session1, System.TimeSpan session2, int providerId = -1 ) : void
Add ( InstrumentList instruments, BarType barType, long barSize, BarInput barInput = BarInput.Trade, ClockType type = ClockType.Local, int providerId = -1 ) : void
Add ( InstrumentList instruments, BarType barType, long barSize, BarInput barInput = BarInput.Trade, int providerId = -1 ) : void
Add ( string symbol, BarInput barInput, ClockType type, System.TimeSpan session1, System.TimeSpan session2, int providerId = -1 ) : void
Add ( string symbol, BarType barType, long barSize, BarInput barInput, ClockType type, System.TimeSpan session1, System.TimeSpan session2, int providerId = -1 ) : void
Add ( string symbol, BarType barType, long barSize, BarInput barInput = BarInput.Trade, ClockType type = ClockType.Local, int providerId = -1 ) : void
Add ( string symbol, BarType barType, long barSize, BarInput barInput = BarInput.Trade, int providerId = -1 ) : void
Add ( string symbol, BarType barType, long barSize, System.TimeSpan session1, System.TimeSpan session2, int providerId = -1 ) : void
Add ( string symbol, System.TimeSpan session1, System.TimeSpan session2, int providerId = -1 ) : void
BarFactory ( Framework framework ) : System
Clear ( ) : void
Remove ( BarFactoryItem item ) : void
Remove ( Instrument instrument, BarType barType, long barSize, BarInput barInput = BarInput.Trade, ClockType type = ClockType.Local ) : void

Private Methods

Méthode Description
AddReminder ( BarFactoryItem item, System.DateTime dateTime, ClockType type ) : bool
OnData ( DataObject obj ) : void
OnReminder ( System.DateTime datetime, object data ) : void

Method Details

Add() public méthode

public Add ( BarFactoryItem item ) : void
item BarFactoryItem
Résultat void

Add() public méthode

public Add ( Instrument instrument, BarType barType, long barSize, BarInput barInput, ClockType type, System.TimeSpan session1, System.TimeSpan session2, int providerId = -1 ) : void
instrument Instrument
barType BarType
barSize long
barInput BarInput
type ClockType
session1 System.TimeSpan
session2 System.TimeSpan
providerId int
Résultat void

Add() public méthode

public Add ( Instrument instrument, BarType barType, long barSize, BarInput barInput = BarInput.Trade, ClockType type = ClockType.Local, int providerId = -1 ) : void
instrument Instrument
barType BarType
barSize long
barInput BarInput
type ClockType
providerId int
Résultat void

Add() public méthode

public Add ( Instrument instrument, BarType barType, long barSize, System.TimeSpan session1, System.TimeSpan session2, int providerId = -1 ) : void
instrument Instrument
barType BarType
barSize long
session1 System.TimeSpan
session2 System.TimeSpan
providerId int
Résultat void

Add() public méthode

public Add ( Instrument instrument, System.TimeSpan session1, System.TimeSpan session2, int providerId = -1 ) : void
instrument Instrument
session1 System.TimeSpan
session2 System.TimeSpan
providerId int
Résultat void

Add() public méthode

public Add ( InstrumentList instruments, BarType barType, long barSize, BarInput barInput = BarInput.Trade, ClockType type = ClockType.Local, int providerId = -1 ) : void
instruments InstrumentList
barType BarType
barSize long
barInput BarInput
type ClockType
providerId int
Résultat void

Add() public méthode

public Add ( InstrumentList instruments, BarType barType, long barSize, BarInput barInput = BarInput.Trade, int providerId = -1 ) : void
instruments InstrumentList
barType BarType
barSize long
barInput BarInput
providerId int
Résultat void

Add() public méthode

public Add ( string symbol, BarInput barInput, ClockType type, System.TimeSpan session1, System.TimeSpan session2, int providerId = -1 ) : void
symbol string
barInput BarInput
type ClockType
session1 System.TimeSpan
session2 System.TimeSpan
providerId int
Résultat void

Add() public méthode

public Add ( string symbol, BarType barType, long barSize, BarInput barInput, ClockType type, System.TimeSpan session1, System.TimeSpan session2, int providerId = -1 ) : void
symbol string
barType BarType
barSize long
barInput BarInput
type ClockType
session1 System.TimeSpan
session2 System.TimeSpan
providerId int
Résultat void

Add() public méthode

public Add ( string symbol, BarType barType, long barSize, BarInput barInput = BarInput.Trade, ClockType type = ClockType.Local, int providerId = -1 ) : void
symbol string
barType BarType
barSize long
barInput BarInput
type ClockType
providerId int
Résultat void

Add() public méthode

public Add ( string symbol, BarType barType, long barSize, BarInput barInput = BarInput.Trade, int providerId = -1 ) : void
symbol string
barType BarType
barSize long
barInput BarInput
providerId int
Résultat void

Add() public méthode

public Add ( string symbol, BarType barType, long barSize, System.TimeSpan session1, System.TimeSpan session2, int providerId = -1 ) : void
symbol string
barType BarType
barSize long
session1 System.TimeSpan
session2 System.TimeSpan
providerId int
Résultat void

Add() public méthode

public Add ( string symbol, System.TimeSpan session1, System.TimeSpan session2, int providerId = -1 ) : void
symbol string
session1 System.TimeSpan
session2 System.TimeSpan
providerId int
Résultat void

BarFactory() public méthode

public BarFactory ( Framework framework ) : System
framework Framework
Résultat System

Clear() public méthode

public Clear ( ) : void
Résultat void

Remove() public méthode

public Remove ( BarFactoryItem item ) : void
item BarFactoryItem
Résultat void

Remove() public méthode

public Remove ( Instrument instrument, BarType barType, long barSize, BarInput barInput = BarInput.Trade, ClockType type = ClockType.Local ) : void
instrument Instrument
barType BarType
barSize long
barInput BarInput
type ClockType
Résultat void