Class ExchangeAction
The base type for all actions triggered during an exchange
Inheritance
ExchangeAction
Assembly: cs.temp.dll.dll
Syntax
public abstract class ExchangeAction : GoalAction
Constructors
ExchangeAction()
Declaration
Properties
Declaration
public virtual CurrencyAmount InputAmount { get; set; }
Property Value
OutputAmount
Declaration
public virtual CurrencyAmount OutputAmount { get; set; }
Property Value
Methods
ResetAction()
Declaration
public override void ResetAction()
Overrides