Class: Quickfix::TotNumAssignmentReports
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::TotNumAssignmentReports
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ TotNumAssignmentReports
constructor
A new instance of TotNumAssignmentReports.
Constructor Details
#initialize(data = nil) ⇒ TotNumAssignmentReports
Returns a new instance of TotNumAssignmentReports.
2814 2815 2816 2817 2818 2819 2820 |
# File 'lib/quickfix_fields.rb', line 2814 def initialize(data = nil) if( data == nil ) super(832) else super(832, data) end end |
Class Method Details
.field ⇒ Object
2811 2812 2813 |
# File 'lib/quickfix_fields.rb', line 2811 def TotNumAssignmentReports.field return 832 end |