public class RFSExecuteEvent extends ExecuteEvent
Constructor and Description |
---|
RFSExecuteEvent(String price,
String priceId,
BuySell buySell)
Constructs an execute event.
|
RFSExecuteEvent(String price,
String priceId,
BuySell buySell,
SalesRFSExecution salesValues)
Constructs an execute event.
|
Modifier and Type | Method and Description |
---|---|
BuySell |
getBuySell()
The side that the trade should be executed at.
|
String |
getPrice()
Returns the price that the trade should be executed at.
|
SalesRFSExecution |
getSalesRFS()
Returns the object containing the data pertaining to the margin on the fly.
|
getPriceId
public RFSExecuteEvent(String price, String priceId, BuySell buySell)
price
- The price that the trade should be executed at.priceId
- The priceid of the price that was originally sent with the price.buySell
- the side of the trade that should be executed.public RFSExecuteEvent(String price, String priceId, BuySell buySell, SalesRFSExecution salesValues)
price
- The price that the trade should be executed at.priceId
- The price id of the price that the trade should be executed at.buySell
- The side of the trade that should be executed.salesValues
- Contains the margin data sent by the client to execute the trade.public String getPrice()
public BuySell getBuySell()
public SalesRFSExecution getSalesRFS()
Copyright © 2015 Caplin Systems.