ExecutionReportRequest.RequestType Property
public ExecutionReportRequestType RequestType {get; set;}
This language is not supported or no code example is available.
public:
property ExecutionReportRequestType RequestType {
ExecutionReportRequestType get( );
void set(
ExecutionReportRequestType value
);
}
This language is not supported or no code example is available.
public function get RequestType() : ExecutionReportRequestType;
public function set RequestType(value : ExecutionReportRequestType);
This language is not supported or no code example is available.