Class: Quickfix::TotNumAssignmentReports
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- 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.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ TotNumAssignmentReports
Returns a new instance of TotNumAssignmentReports.
11290 11291 11292 11293 11294 11295 11296 |
# File 'lib/quickfix_fields.rb', line 11290 def initialize(data = nil) if( data == nil ) super(832) else super(832, data) end end |
Class Method Details
.field ⇒ Object
11287 11288 11289 |
# File 'lib/quickfix_fields.rb', line 11287 def TotNumAssignmentReports.field return 832 end |