FRAMES NO FRAMES | ||||||
| ||||||
SUMMARY: IMPORT | CONSTANT | MEMBER | ACTION | DETAIL: IMPORT | CONSTANT | MEMBER | ACTION |
Member Summary | |
---|---|
boolean | routeIt
|
boolean | isMultiContext
|
dictionary<context, integer > | outputContexts
|
Action Summary | |
---|---|
void |
createPublisher(com.apama.marketdata.TickKey key, boolean validData)
This constructor action will create a tick publisher for the source described by the tick key. |
void |
createPublisherFromSubscription(com.apama.marketdata.SubscribeTick subscription, boolean validData)
This constructor action will create a tick publisher with a market data key set from a subscription event. |
void |
destroyPublisher()
This action can be used to destroy the publisher created by either constructor. |
com.apama.marketdata.TickKey |
getKey()
This action gives access to the tick key containing the source details of the publisher. |
integer |
getSubscribers()
This action gives access to the number of current subscribers to the tick data. |
boolean |
isDataValid()
This action returns whether the data is currently valid. |
void |
setData(float price, integer quantity)
This action sets the tick data to be published. |
void |
setDataValid(boolean validData)
This action can be used to set whether the data is currently valid. |
void |
setDataWithExtraParams(float price, integer quantity, dictionary<string, string > extraParams)
This action sets the tick data to be published with extra parameters. |
void |
setPublisherStatus(boolean killPublisher, string status)
This action sets the publisher status. This is communicated using the TickSubscriptionError event. |
Member Detail |
---|
boolean isMultiContext
dictionary<context, integer > outputContexts
boolean routeIt
Action Detail |
---|
void createPublisher(com.apama.marketdata.TickKey key, boolean validData)This constructor action will create a tick publisher for the source described by the tick key.
void createPublisherFromSubscription(com.apama.marketdata.SubscribeTick subscription, boolean validData)This constructor action will create a tick publisher with a market data key set from a subscription event.
void destroyPublisher()This action can be used to destroy the publisher created by either constructor.
com.apama.marketdata.TickKey getKey()This action gives access to the tick key containing the source details of the publisher.
integer getSubscribers()This action gives access to the number of current subscribers to the tick data.
boolean isDataValid()This action returns whether the data is currently valid.
void setData(float price, integer quantity)This action sets the tick data to be published.
void setDataValid(boolean validData)This action can be used to set whether the data is currently valid.
void setDataWithExtraParams(float price, integer quantity, dictionary<string, string > extraParams)This action sets the tick data to be published with extra parameters.
void setPublisherStatus(boolean killPublisher, string status)This action sets the publisher status. This is communicated using the TickSubscriptionError event.
FRAMES NO FRAMES | ||||||
| ||||||
SUMMARY: IMPORT | CONSTANT | MEMBER | ACTION | DETAIL: IMPORT | CONSTANT | MEMBER | ACTION |