C# Class FastQuant.Leg

Datei anzeigen Open project: fastquant/fastquant.dll Class Usage Examples

Private Properties

Property Type Description
Init void
Leg System
Leg System

Public Methods

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

Private Methods

Method Description
Init ( Framework framework ) : void
Leg ( ) : System
Leg ( Framework framework ) : System

Method Details

FromReader() public static method

public static FromReader ( BinaryReader reader ) : Leg
reader System.IO.BinaryReader
return Leg

Leg() public method

public Leg ( Instrument instrument, double weight = 1.0 ) : System
instrument Instrument
weight double
return System

ToWriter() public method

public ToWriter ( BinaryWriter writer ) : void
writer System.IO.BinaryWriter
return void