com.apama.md.adapter
Event CrossRatePricePoint


This event object is used to store information about both the two input legs and also the resulting synthetic cross rates too.
Member Summary
 floatbidPrice
 floataskPrice
 integerbidQuantity
 integeraskQuantity
 
Action Summary
 voidinitialise(float bidPrice, integer bidQuantity, float askPrice, integer askQuantity)
 
Member Detail

askPrice

float askPrice

askQuantity

integer askQuantity

bidPrice

float bidPrice

bidQuantity

integer bidQuantity

Action Detail

initialise

void initialise(float bidPrice, integer bidQuantity, float askPrice, integer askQuantity)
Parameters:
bidPrice
bidQuantity
askPrice
askQuantity