FRAMES NO FRAMES | |||||||
| |||||||
SUMMARY: IMPORT | CONSTANT | MEMBER | ACTION | DETAIL: IMPORT | CONSTANT | MEMBER | ACTION |
Action summary | |
---|---|
com.apama.md.bridge.MDBridgeExtensionInterface |
createInterface()
This action is called by the User to create a Market Data Bridge Extension Interface that can be used to override the default behaviour of the Market Data Bridge. |
boolean |
getDefaultSubscribeDepth(com.apama.marketdata.SubscribeDepth subDepth)
This is the default action that is called by the Bridge just before it sends a SubscribeDepth event to the underlying DataSource that the Bridge has been configured for. |
boolean |
getDefaultSubscribeOthers(string serviceId, string marketId, com.apama.md.adapter.ConnectDatastream cds)
This is the default action that is called by the Bridge just before it sends a success event to the underlying DataSource that the Bridge has been configured for. |
boolean |
getDefaultSubscribeTick(com.apama.marketdata.SubscribeTick subTick)
This is the default action that is called by the Bridge just before it sends a SubscribeTick event to the underlying DataSource that the Bridge has been configured for. |
boolean |
getDefaultTransformDepth(com.apama.marketdata.Depth depth)
This is the default action that is called by the Bridge after it receives a Depth event, and before it processes it for publication. |
boolean |
getDefaultTransformTick(com.apama.marketdata.Tick tick)
This is the default action that is called by the Bridge after it receives a Tick event, and before it processes it for publication. |
boolean |
getDefaultUnsubscribeDepth(com.apama.marketdata.UnsubscribeDepth unsubDepth)
This is the default action that is called by the Bridge just before it sends a UnsubscribeDepth event to the underlying DataSource that the Bridge has been configured for. |
boolean |
getDefaultUnsubscribeOthers(string serviceId, string marketId, com.apama.md.adapter.DisconnectDatastream dcds)
This is the default action that is called by the Bridge just before sending a success event to the underlying DataSource that the Bridge has been configured for. |
boolean |
getDefaultUnsubscribeTick(com.apama.marketdata.UnsubscribeTick unsubTick)
This is the default action that is called by the Bridge just before it sends a UnsubscribeTick event to the underlying DataSource that the Bridge has been configured for. |
Action detail |
---|
com.apama.md.bridge.MDBridgeExtensionInterface createInterface()This action is called by the User to create a Market Data Bridge Extension Interface that can be used to override the default behaviour of the Market Data Bridge.
boolean getDefaultSubscribeDepth(com.apama.marketdata.SubscribeDepth subDepth)This is the default action that is called by the Bridge just before it sends a SubscribeDepth event to the underlying DataSource that the Bridge has been configured for.
boolean getDefaultSubscribeOthers(string serviceId, string marketId, com.apama.md.adapter.ConnectDatastream cds)This is the default action that is called by the Bridge just before it sends a success event to the underlying DataSource that the Bridge has been configured for.
boolean getDefaultSubscribeTick(com.apama.marketdata.SubscribeTick subTick)This is the default action that is called by the Bridge just before it sends a SubscribeTick event to the underlying DataSource that the Bridge has been configured for.
boolean getDefaultTransformDepth(com.apama.marketdata.Depth depth)This is the default action that is called by the Bridge after it receives a Depth event, and before it processes it for publication.
boolean getDefaultTransformTick(com.apama.marketdata.Tick tick)This is the default action that is called by the Bridge after it receives a Tick event, and before it processes it for publication.
boolean getDefaultUnsubscribeDepth(com.apama.marketdata.UnsubscribeDepth unsubDepth)This is the default action that is called by the Bridge just before it sends a UnsubscribeDepth event to the underlying DataSource that the Bridge has been configured for.
boolean getDefaultUnsubscribeOthers(string serviceId, string marketId, com.apama.md.adapter.DisconnectDatastream dcds)This is the default action that is called by the Bridge just before sending a success event to the underlying DataSource that the Bridge has been configured for.
boolean getDefaultUnsubscribeTick(com.apama.marketdata.UnsubscribeTick unsubTick)This is the default action that is called by the Bridge just before it sends a UnsubscribeTick event to the underlying DataSource that the Bridge has been configured for.
FRAMES NO FRAMES | |||||||
| |||||||
SUMMARY: IMPORT | CONSTANT | MEMBER | ACTION | DETAIL: IMPORT | CONSTANT | MEMBER | ACTION |