Class: Quickfix::AllocReportType
- Inherits:
-
IntField
- Object
- 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.
Constructor Details
#initialize(data = nil) ⇒ AllocReportType
Returns a new instance of AllocReportType.
13760 13761 13762 13763 13764 13765 13766 |
# File 'lib/quickfix_fields.rb', line 13760 def initialize(data = nil) if( data == nil ) super(794) else super(794, data) end end |
Class Method Details
.field ⇒ Object
13757 13758 13759 |
# File 'lib/quickfix_fields.rb', line 13757 def AllocReportType.field return 794 end |