com.epam.cmemdp
Interface SecurityDefinitionListener

All Known Subinterfaces:
InstrumentListener

public interface SecurityDefinitionListener

The public api interface


Method Summary
 void onSecDefSyncStarted()
           
 void onSecDefSyncStopped()
           
 boolean onSecurityDefinition(java.lang.String secDesc, long securityID, FIXFieldList message, java.lang.String chanelID)
          Invoked when security definition message was received.
 

Method Detail

onSecurityDefinition

boolean onSecurityDefinition(java.lang.String secDesc,
                             long securityID,
                             FIXFieldList message,
                             java.lang.String chanelID)
Invoked when security definition message was received.

Parameters:
secDesc - the security description of instrument
securityID - the security ID of instrument
message - the fix message
chanelID - the channel ID on with message received
Returns:
true if need to continue listening instrument replay, false otherwise

onSecDefSyncStarted

void onSecDefSyncStarted()

onSecDefSyncStopped

void onSecDefSyncStopped()


Copyright © 2000-2014 EPAM Systems. All Rights Reserved.