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