Uses of Class
net.sourceforge.fixagora.sap.shared.communication.SAPTradeCaptureActionResponse.ActionResponse

Packages that use SAPTradeCaptureActionResponse.ActionResponse
net.sourceforge.fixagora.sap.shared.communication   
 

Uses of SAPTradeCaptureActionResponse.ActionResponse in net.sourceforge.fixagora.sap.shared.communication
 

Methods in net.sourceforge.fixagora.sap.shared.communication that return SAPTradeCaptureActionResponse.ActionResponse
 SAPTradeCaptureActionResponse.ActionResponse SAPTradeCaptureActionResponse.getActionResponse()
          Gets the action response.
static SAPTradeCaptureActionResponse.ActionResponse SAPTradeCaptureActionResponse.ActionResponse.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static SAPTradeCaptureActionResponse.ActionResponse[] SAPTradeCaptureActionResponse.ActionResponse.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in net.sourceforge.fixagora.sap.shared.communication with parameters of type SAPTradeCaptureActionResponse.ActionResponse
SAPTradeCaptureActionResponse(SAPTradeCaptureActionRequest sapTradeCaptureActionRequest, long tradeCapture, SAPTradeCaptureActionRequest.SAPTradeCaptureAction tradeCaptureAction, SAPTradeCaptureActionResponse.ActionResponse actionResponse)
          Instantiates a new sAP trade capture action response.