Class TradeData
The static data associated with a Trade Entity.
Assembly: cs.temp.dll.dll
Syntax
public class TradeData : ITradeData, IEntityData, IData
Constructors
TradeData()
Declaration
TradeData(String, String[], String[], String, Double)
Declaration
public TradeData(string id, string[] inputCurrencyTagIds, string[] outputCurrencyTagIds, string exchangeRateMultiplierId, double inputAmount)
Parameters
Fields
_exchangeRateMultiplierId
Declaration
protected string _exchangeRateMultiplierId
Field Value
_id
Declaration
Field Value
Declaration
protected double _inputAmount
Field Value
Declaration
protected string[] _inputCurrencyTagIds
Field Value
_outputCurrencyTagIds
Declaration
protected string[] _outputCurrencyTagIds
Field Value
Properties
ExchangeRateMultiplierId
Declaration
public virtual string ExchangeRateMultiplierId { get; }
Property Value
Id
Declaration
public virtual string Id { get; }
Property Value
Declaration
public virtual double InputAmount { get; }
Property Value
Declaration
public virtual string[] InputCurrencyTagIds { get; }
Property Value
OutputCurrencyTagIds
Declaration
public virtual string[] OutputCurrencyTagIds { get; }
Property Value
Methods
CreateEntity()
Declaration
public virtual IEntity CreateEntity()
Returns
Implements
IData