public interface IFinancialInstrument
Modifier and Type | Interface and Description |
---|---|
static class |
IFinancialInstrument.Type |
Modifier and Type | Method and Description |
---|---|
double |
getAmountPerContract() |
IBreakTime[] |
getBreakTimes() |
IInstrumentCommission[] |
getCommissions() |
String |
getCountry() |
int |
getDefaultMarketSlippage() |
int |
getDefaultStopLossSlippage() |
String |
getDescription()
Returns the description of the instrument
|
long |
getExpirationTime() |
IInstrumentGroup |
getGroup()
Returns the instrument's group
|
ICurrency |
getMarginCurrency() |
double |
getMarginUse() |
double |
getMarginUseWeekend() |
int |
getMarketCloseDay() |
long |
getMarketCloseTime() |
String |
getMarketName() |
int |
getMarketOpenDay() |
long |
getMarketOpenTime() |
String |
getMarketShortName() |
double |
getMinTradeAmount() |
String |
getName()
Returns the name of the instrument
|
int |
getPipScale()
Returns decimal place count of one pip of the instrument
|
double |
getPipValue()
Returns value of one pip of the instrument
|
ICurrency |
getPrimaryCurrency()
Returns primary currency of the instrument
|
ICurrency |
getSecondaryCurrency()
Returns secondary currency of the instrument
|
int |
getTickScale()
Returns decimal place count of instrument's tick size
|
double |
getTickSize()
Returns value of minimum price movement of a trading instrument
|
JFTimeZone |
getTimeZone() |
double |
getTradeAmountIncrement() |
IFinancialInstrument.Type |
getType()
Instrument's type
|
boolean |
isExotic() |
IFinancialInstrument.Type getType()
IInstrumentGroup getGroup()
String getDescription()
String getName()
ICurrency getPrimaryCurrency()
ICurrency getSecondaryCurrency()
double getPipValue()
int getPipScale()
double getTickSize()
int getTickScale()
double getMinTradeAmount()
double getTradeAmountIncrement()
double getAmountPerContract()
int getMarketOpenDay()
long getMarketOpenTime()
int getMarketCloseDay()
long getMarketCloseTime()
IBreakTime[] getBreakTimes()
long getExpirationTime()
ICurrency getMarginCurrency()
double getMarginUse()
double getMarginUseWeekend()
IInstrumentCommission[] getCommissions()
JFTimeZone getTimeZone()
String getCountry()
String getMarketName()
String getMarketShortName()
int getDefaultMarketSlippage()
int getDefaultStopLossSlippage()
boolean isExotic()
Copyright © 2016. All rights reserved.