Class FXMapping
- Namespace
- Balsam.DataServers
- Assembly
- Balsam.Backtester.dll
Encapsulates information for mapping FX data files onto standard ISO currency codes.
public class FXMapping
- Inheritance
-
FXMapping
- Inherited Members
- Extension Methods
Properties
ConversionFactor
Gets/sets a multiplier applied to the data. Default is 1.
public double ConversionFactor { get; set; }
Property Value
FileName
Gets/sets the filename.
public string FileName { get; set; }
Property Value
FullName
Gets/sets the full file name. This property is not persisted to xml but can be used by data servers.
public string FullName { get; set; }
Property Value
Reciprocal
Gets/sets whether the reciprocal should be taken after the conversion factor is applied. Default is false.
public bool Reciprocal { get; set; }
Property Value
Symbol
Gets/sets the symbol. Symbols must be six characters (e.g. EURUSD).
public string Symbol { get; set; }
Property Value
Methods
ToString()
Returns a string representation of this CurrencyMapping object.
public override string ToString()