Class: Quickfix::AllocReportType
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::AllocReportType
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ AllocReportType
constructor
A new instance of AllocReportType.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ AllocReportType
Returns a new instance of AllocReportType.
10822 10823 10824 10825 10826 10827 10828 |
# File 'lib/quickfix_fields.rb', line 10822 def initialize(data = nil) if( data == nil ) super(794) else super(794, data) end end |
Class Method Details
.field ⇒ Object
10819 10820 10821 |
# File 'lib/quickfix_fields.rb', line 10819 def AllocReportType.field return 794 end |