Interface ITradeData
Namespace: IdleKit.Framework
Assembly: cs.temp.dll.dll
Syntax
public interface ITradeData : IEntityData, IStaticData
Properties
exchangeRateMultiplierId
The Id of the IExchangeRateMultiplier used to calculate the trade's output value.
Declaration
string exchangeRateMultiplierId { get; }
Property Value
Type | Description |
---|---|
String |
inputAmount
The cost of the trade, in the ICurrencys specified by inputCurrencyTagIds.
Declaration
double inputAmount { get; }
Property Value
Type | Description |
---|---|
Double |
inputCurrencyTagIds
Declaration
string[] inputCurrencyTagIds { get; }
Property Value
Type | Description |
---|---|
String[] |
outputCurrencyTagIds
Declaration
string[] outputCurrencyTagIds { get; }
Property Value
Type | Description |
---|---|
String[] |