|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface FXPricingListener
Contains call backs for subscriptions with the server.
Method Summary | |
---|---|
void |
onConnect()
Callback for connection. |
void |
onDisconnect()
Callback for disconnect. |
void |
onPriceUpdate(FXQuote fxQuote)
Callback for on price updates. |
void |
onSubscriptionError(java.lang.String currencyPair,
java.lang.String message)
Callback for when the server rejects a request. |
Method Detail |
---|
void onPriceUpdate(FXQuote fxQuote)
fxQuote
- the FXQuote object containing the currency pair quotation.void onSubscriptionError(java.lang.String currencyPair, java.lang.String message)
message
- the error message.void onConnect()
void onDisconnect()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |