Class: Quickfix::TradeReportRejectReason
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::TradeReportRejectReason
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ TradeReportRejectReason
constructor
A new instance of TradeReportRejectReason.
Constructor Details
#initialize(data = nil) ⇒ TradeReportRejectReason
Returns a new instance of TradeReportRejectReason.
2840 2841 2842 2843 2844 2845 2846 |
# File 'lib/quickfix_fields.rb', line 2840 def initialize(data = nil) if( data == nil ) super(751) else super(751, data) end end |
Class Method Details
.field ⇒ Object
2837 2838 2839 |
# File 'lib/quickfix_fields.rb', line 2837 def TradeReportRejectReason.field return 751 end |