Interface ITradeData
Contains the IEntityData associated with a certain ITrade.
Inherited Members
Namespace: IdleKit.Gameplay
Assembly: cs.temp.dll.dll
Syntax
public interface ITradeData : IEntityData, IData
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[] |