Class: Quickfix::AllocReportRefID
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::AllocReportRefID
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ AllocReportRefID
constructor
A new instance of AllocReportRefID.
Constructor Details
#initialize(data = nil) ⇒ AllocReportRefID
Returns a new instance of AllocReportRefID.
10835 10836 10837 10838 10839 10840 10841 |
# File 'lib/quickfix_fields.rb', line 10835 def initialize(data = nil) if( data == nil ) super(795) else super(795, data) end end |