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

OnConnected() - Method in interface com.gain.rateservice.RateServiceListener
OnConnected() - Called when rates services connected to Rate Services and the connection has been authenicated.
OnConnectionFailed(Exception) - Method in interface com.gain.rateservice.RateServiceListener
OnConnectionFailed(Exception e) - Called when rates services fails to connect to Rate Services with the Exception causes failure.
OnConnectionLost(Exception) - Method in interface com.gain.rateservice.RateServiceListener
OnConnectionLost(Exception e) - Called when rates services connection to Rate Services is lost with the Exception causes loss.
OnDisconnected() - Method in interface com.gain.rateservice.RateServiceListener
OnDisconnected() - Called when rates services has been disconnected from the Rate Services after a client request
OnRate(Rate) - Method in interface com.gain.rateservice.RateServiceListener
OnRate( 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