Package org.knowm.xchange.instrument
Class Instrument
java.lang.Object
org.knowm.xchange.instrument.Instrument
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
CurrencyPair
,FuturesContract
,OptionsContract
public abstract class Instrument extends Object implements Serializable
Base object for financial instruments supported in xchange such as CurrencyPair, Future or Option
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description Instrument()
-
Method Summary
Modifier and Type Method Description abstract Currency
getBase()
abstract Currency
getCounter()
-
Constructor Details
-
Instrument
public Instrument()
-
-
Method Details
-
getBase
-
getCounter
-