Class: Quickfix::AllocReportRefID
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::AllocReportRefID
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
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.
4920 4921 4922 4923 4924 4925 4926 |
# File 'lib/quickfix_fields.rb', line 4920 def initialize(data = nil) if( data == nil ) super(795) else super(795, data) end end |
Class Method Details
.field ⇒ Object
4917 4918 4919 |
# File 'lib/quickfix_fields.rb', line 4917 def AllocReportRefID.field return 795 end |