|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface InstrumentListener
| Method Summary | |
|---|---|
void |
onBookReset(java.lang.String secDesc,
long secID)
Invoked on reset book (35=X and 269=J). |
void |
onIncrement(java.lang.String secDesc,
long secID,
long seqNum,
FIXFieldList entry)
Invoked when user should reset book with the new values. |
boolean |
onNaturalRefresh(java.lang.String secDesc,
long secID,
java.util.List<FIXFieldList> groupEntries)
Invoked when user should reset book with the new values and Natural Refresh is used. |
void |
onSnapshot(java.lang.String secDesc,
long secID,
FIXFieldList message)
Invoked when user should reset book with the new values. |
void |
onSubscribed(java.lang.String secDesc,
long secID)
Invoked when successfully subscribed from security description. |
void |
onUnsubscribed(java.lang.String secDesc,
long secID)
Invoked when successfully unsubscribed from security description. |
void |
process(FIXFieldList fixMessage)
Invoked when information regard to instrument received. |
| Methods inherited from interface com.epam.cmemdp.SecurityDefinitionListener |
|---|
onSecDefSyncStarted, onSecDefSyncStopped, onSecurityDefinition |
| Methods inherited from interface com.epam.cmemdp.ErrorListener |
|---|
onError |
| Methods inherited from interface com.epam.cmemdp.RecoveryInstrumentListener |
|---|
onRecoveryStarted, onRecoveryStopped |
| Method Detail |
|---|
void onSubscribed(java.lang.String secDesc,
long secID)
secDesc - the security description of the instrumentsecID - the security ID of the instrument
void onUnsubscribed(java.lang.String secDesc,
long secID)
secDesc - Security Description of the instrumentsecID - Security ID of the instrumentvoid process(FIXFieldList fixMessage)
fixMessage - Incoming FIX MessageHolder
void onIncrement(java.lang.String secDesc,
long secID,
long seqNum,
FIXFieldList entry)
secDesc - the security description of instrumentsecID - the security ID of instrumentseqNum - increment message SeqNum(34)entry - Repeating group entry inside Market Data - Incremental Refresh message assigned to instrument
boolean onNaturalRefresh(java.lang.String secDesc,
long secID,
java.util.List<FIXFieldList> groupEntries)
secDesc - the security description of the instrumentsecID - the security ID of the instrumentgroupEntries - the increment container with group entry inside
void onSnapshot(java.lang.String secDesc,
long secID,
FIXFieldList message)
secDesc - the security description of the instrumentsecID - the security ID of the instrumentmessage -
void onBookReset(java.lang.String secDesc,
long secID)
secDesc - the security description of the instrumentsecID - the security ID of the instrument
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||