Class: Quickfix::AllocReportType
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::AllocReportType
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ AllocReportType
constructor
A new instance of AllocReportType.
Constructor Details
#initialize(data = nil) ⇒ 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 |