Show / Hide Table of Contents

    Interface ITradeData

    Inherited Members
    IEntityData.CreateEntity(String)
    IStaticData.id
    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

    The Tag Ids used to generate the eligible input ICurrencys for the ITrade.

    Declaration
    string[] inputCurrencyTagIds { get; }
    Property Value
    Type Description
    String[]

    outputCurrencyTagIds

    The Tag Ids used to generate the eligible output ICurrencys for the ITrade.

    Declaration
    string[] outputCurrencyTagIds { get; }
    Property Value
    Type Description
    String[]
    Back to top Copyright © 2020 East Side Games Inc.