FRAMES NO FRAMES | |||||||
| |||||||
SUMMARY: IMPORT | CONSTANT | MEMBER | ACTION | DETAIL: IMPORT | CONSTANT | MEMBER | ACTION |
Action Summary | |
---|---|
boolean |
conParamsValid(com.apama.md.adapter.FSConvertorParams conParams)
Validates FTSC parameters. |
com.apama.md.BBA |
convertBBAFromSpot(com.apama.md.BBA bbaInst, integer conId, integer sessionId)
Generates a BBA event with forward price and quantity based on the provided BBA event with spot price and quantity. |
com.apama.md.BBA |
convertBBAToSpot(com.apama.md.BBA bbaInst, integer conId, integer sessionId)
Generates a BBA event with spot price and quantity based on the provided BBA event with future price and quantity. |
com.apama.md.DD |
convertDepthDeltaFromSpot(com.apama.md.DD depthDC, integer conId, integer sessionId)
Generates a Depth Delta event with forward prices and quantities based on the provided Depth event with spot prices and quantities. |
com.apama.md.OD |
convertDepthDeltaFromSpotOrderbook(com.apama.md.DD depthDC, integer conId, integer sessionId)
Generates an Orderbook Delta event with forward prices and quantities based on the provided Depth event with spot prices and quantities. |
com.apama.md.DD |
convertDepthDeltaToSpot(com.apama.md.DD depthDC, integer conId, integer sessionId)
Generates a Depth Delta event with spot prices and quantities based on the provided Depth Delta event with future prices and quantities. |
com.apama.md.OD |
convertDepthDeltaToSpotOrderbook(com.apama.md.DD depthDC, integer conId, integer sessionId)
Generates an Orderbook Delta event with spot prices and quantities based on the provided Depth Delta event with future prices and quantities. |
com.apama.md.D |
convertDepthSnapshotFromSpot(com.apama.md.D depth, integer conId, integer sessionId)
Generates a Depth event with forward prices and quantities based on the provided Depth event with spot prices and quantities. |
com.apama.md.O |
convertDepthSnapshotFromSpotOrderbook(com.apama.md.D depth, integer conId, integer sessionId)
Generates an Orderbook event with forward prices and quantities based on the provided Depth event with spot prices and quantities. |
com.apama.md.D |
convertDepthSnapshotToSpot(com.apama.md.D depth, integer conId, integer sessionId)
Generates a Depth event with spot prices and quantities based on the provided Depth event with future prices and quantities. |
com.apama.md.O |
convertDepthSnapshotToSpotOrderbook(com.apama.md.D depth, integer conId, integer sessionId)
Generates an Orderbook event with spot prices and quantities based on the provided Depth event with future prices and quantities. |
com.apama.md.ES |
convertES(com.apama.md.ES esInst, integer conId, integer sessionId, string outputStreamType)
Generates an ES event based on the ES event, connection Id and session Id provided. |
com.apama.md.ESD |
convertESD(com.apama.md.ESD esdInst, integer conId, integer sessionId, string outputStreamType)
Generates an ESD event based on the ESD event, connection Id and session Id provided. |
com.apama.md.T |
convertTradeFromSpot(com.apama.md.T trade, integer conId, integer sessionId)
Generates a Trade event with forward price and quantity based on the provided Trade event with spot price and quantity. |
com.apama.md.T |
convertTradeToSpot(com.apama.md.T trade, integer conId, integer sessionId)
Generates a Trade event with spot price and quantity based on the provided Trade event with future price and quantity. |
com.apama.md.adapter.FSConvertorParams |
extractParams(com.apama.session.CtrlParams ctrlParams)
Converts a set of CtrlParams into a new FSConvertorParams event. |
com.apama.md.adapter.FSConvertorParams |
mergeParams(com.apama.session.CtrlParams ctrlParams, com.apama.md.adapter.FSConvertorParams baseParams)
Merges the base FSConvertorParams with the provided set of CtrlParams. |
void |
setParams(com.apama.md.adapter.FSConvertorParams givenParams)
Sets the parameters for forward to spot or spot to forward conversions. |
Action Detail |
---|
boolean conParamsValid(com.apama.md.adapter.FSConvertorParams conParams)Validates FTSC parameters.
com.apama.md.BBA convertBBAFromSpot(com.apama.md.BBA bbaInst, integer conId, integer sessionId)Generates a BBA event with forward price and quantity based on the provided BBA event with spot price and quantity.
com.apama.md.BBA convertBBAToSpot(com.apama.md.BBA bbaInst, integer conId, integer sessionId)Generates a BBA event with spot price and quantity based on the provided BBA event with future price and quantity.
com.apama.md.DD convertDepthDeltaFromSpot(com.apama.md.DD depthDC, integer conId, integer sessionId)Generates a Depth Delta event with forward prices and quantities based on the provided Depth event with spot prices and quantities.
com.apama.md.OD convertDepthDeltaFromSpotOrderbook(com.apama.md.DD depthDC, integer conId, integer sessionId)Generates an Orderbook Delta event with forward prices and quantities based on the provided Depth event with spot prices and quantities.
com.apama.md.DD convertDepthDeltaToSpot(com.apama.md.DD depthDC, integer conId, integer sessionId)Generates a Depth Delta event with spot prices and quantities based on the provided Depth Delta event with future prices and quantities.
com.apama.md.OD convertDepthDeltaToSpotOrderbook(com.apama.md.DD depthDC, integer conId, integer sessionId)Generates an Orderbook Delta event with spot prices and quantities based on the provided Depth Delta event with future prices and quantities.
com.apama.md.D convertDepthSnapshotFromSpot(com.apama.md.D depth, integer conId, integer sessionId)Generates a Depth event with forward prices and quantities based on the provided Depth event with spot prices and quantities.
com.apama.md.O convertDepthSnapshotFromSpotOrderbook(com.apama.md.D depth, integer conId, integer sessionId)Generates an Orderbook event with forward prices and quantities based on the provided Depth event with spot prices and quantities.
com.apama.md.D convertDepthSnapshotToSpot(com.apama.md.D depth, integer conId, integer sessionId)Generates a Depth event with spot prices and quantities based on the provided Depth event with future prices and quantities.
com.apama.md.O convertDepthSnapshotToSpotOrderbook(com.apama.md.D depth, integer conId, integer sessionId)Generates an Orderbook event with spot prices and quantities based on the provided Depth event with future prices and quantities.
com.apama.md.ES convertES(com.apama.md.ES esInst, integer conId, integer sessionId, string outputStreamType)Generates an ES event based on the ES event, connection Id and session Id provided.
com.apama.md.ESD convertESD(com.apama.md.ESD esdInst, integer conId, integer sessionId, string outputStreamType)Generates an ESD event based on the ESD event, connection Id and session Id provided.
com.apama.md.T convertTradeFromSpot(com.apama.md.T trade, integer conId, integer sessionId)Generates a Trade event with forward price and quantity based on the provided Trade event with spot price and quantity.
com.apama.md.T convertTradeToSpot(com.apama.md.T trade, integer conId, integer sessionId)Generates a Trade event with spot price and quantity based on the provided Trade event with future price and quantity.
com.apama.md.adapter.FSConvertorParams extractParams(com.apama.session.CtrlParams ctrlParams)Converts a set of CtrlParams into a new FSConvertorParams event.
com.apama.md.adapter.FSConvertorParams mergeParams(com.apama.session.CtrlParams ctrlParams, com.apama.md.adapter.FSConvertorParams baseParams)Merges the base FSConvertorParams with the provided set of CtrlParams.
void setParams(com.apama.md.adapter.FSConvertorParams givenParams)Sets the parameters for forward to spot or spot to forward conversions.
FRAMES NO FRAMES | |||||||
| |||||||
SUMMARY: IMPORT | CONSTANT | MEMBER | ACTION | DETAIL: IMPORT | CONSTANT | MEMBER | ACTION |