C D G I O R S T

C

connect() - Method in class com.gain.rateservice.RateService
Connect - connect the rate service

D

disconnect() - Method in class com.gain.rateservice.RateService
Disconnect- Disconnects the rate service.

G

getAsk() - Method in class com.gain.rateservice.Rate
getAsk
getBid() - Method in class com.gain.rateservice.Rate
getBid
getCurrencyPair() - Method in class com.gain.rateservice.Rate
getCurrencyPair
getDealable() - Method in class com.gain.rateservice.Rate
getDealable
getDecimalPlaces() - Method in class com.gain.rateservice.Rate
getDecimalPlaces
getDomain() - Method in class com.gain.rateservice.Rate
getDomain
getFailedConsecutiveCounnectionCount() - Method in class com.gain.rateservice.RateService
getFailedConsecutiveCounnectionCount
getFailedCounnectionCount() - Method in class com.gain.rateservice.RateService
getFailedConnectionCount
getHigh() - Method in class com.gain.rateservice.Rate
getHigh
getKey() - Method in class com.gain.rateservice.Rate
getKey
getLow() - Method in class com.gain.rateservice.Rate
getLow
getSuccessfullCounnectionCount() - Method in class com.gain.rateservice.RateService
getSuccessfullConnectionCount
getVersion() - Static method in class com.gain.rateservice.RateService
getVersion

I

isConnected() - Method in class com.gain.rateservice.RateService
IsConnected

O

OnRateServiceConnected() - Method in interface com.gain.rateservice.RateServiceListener
OnRateServiceConnected() - Called when the Rate service connects to the Rate Server and the connection has been authenicated.
OnRateServiceConnectionFailed(Exception) - Method in interface com.gain.rateservice.RateServiceListener
OnRateServiceConnectionFailed(Exception e) - Called when the Rate service fails to connect to the Rate Server with the Exception that caused the failure.
OnRateServiceConnectionLost(Exception) - Method in interface com.gain.rateservice.RateServiceListener
OnRateServiceConnectionLost(Exception e) - Called when the Rate service connection to the Rate Server is lost with the Exception that causes the loss.
OnRateServiceDisconnected() - Method in interface com.gain.rateservice.RateServiceListener
OnRateServiceDisconnected() - Called when the Rate service has been disconnected from the Rate Server after a client disconnect request
OnRateServiceRate(Rate) - Method in interface com.gain.rateservice.RateServiceListener
OnRateServiceRate( Rate rate ) - Called when a rate is updated

R

Rate - class com.gain.rateservice.Rate.
Rate - Contains rate information data
Rate() - Constructor for class com.gain.rateservice.Rate
 
RateService - class com.gain.rateservice.RateService.
RateService Connects to the rates service on a separate thread and processes rates messages
RateService(RateServiceListener, String, int, String) - Constructor for class com.gain.rateservice.RateService
Constructs a Rates Service with the following parameters
RateService(RateServiceListener, String, int, String, boolean) - Constructor for class com.gain.rateservice.RateService
Constructs a Rates Service with the following parameters
RateServiceListener - interface com.gain.rateservice.RateServiceListener.
RateServiceListener Provides the call back methods called by the Rates Service
run() - Method in class com.gain.rateservice.RateService
Worker Thread routine, connects to the host, processes/distributes rate messages

S

setAsk(double) - Method in class com.gain.rateservice.Rate
 
setBid(double) - Method in class com.gain.rateservice.Rate
 
setCcyPair(String) - Method in class com.gain.rateservice.Rate
 
setDealable(String) - Method in class com.gain.rateservice.Rate
 
setDecimalPlaces(int) - Method in class com.gain.rateservice.Rate
 
setDomain(String) - Method in class com.gain.rateservice.Rate
 
setHigh(double) - Method in class com.gain.rateservice.Rate
 
setKey(String) - Method in class com.gain.rateservice.Rate
 
setLow(double) - Method in class com.gain.rateservice.Rate
 

T

toString() - Method in class com.gain.rateservice.Rate
toString

C D G I O R S T