Class: Quickfix::TradeReportType
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::TradeReportType
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ TradeReportType
constructor
A new instance of TradeReportType.
Constructor Details
#initialize(data = nil) ⇒ TradeReportType
Returns a new instance of TradeReportType.
13604 13605 13606 13607 13608 13609 13610 |
# File 'lib/quickfix_fields.rb', line 13604 def initialize(data = nil) if( data == nil ) super(856) else super(856, data) end end |
Class Method Details
.field ⇒ Object
13601 13602 13603 |
# File 'lib/quickfix_fields.rb', line 13601 def TradeReportType.field return 856 end |