C# Class FastQuant.Leg

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

Private Properties

Свойство Type Description
Init void
Leg System
Leg System

Méthodes publiques

Méthode Description
FromReader ( BinaryReader reader ) : Leg
Leg ( Instrument instrument, double weight = 1.0 ) : System
ToWriter ( BinaryWriter writer ) : void

Private Methods

Méthode Description
Init ( Framework framework ) : void
Leg ( ) : System
Leg ( Framework framework ) : System

Method Details

FromReader() public static méthode

public static FromReader ( BinaryReader reader ) : Leg
reader System.IO.BinaryReader
Résultat Leg

Leg() public méthode

public Leg ( Instrument instrument, double weight = 1.0 ) : System
instrument Instrument
weight double
Résultat System

ToWriter() public méthode

public ToWriter ( BinaryWriter writer ) : void
writer System.IO.BinaryWriter
Résultat void