Class: Quickfix::AllocReportID
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::AllocReportID
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ AllocReportID
constructor
A new instance of AllocReportID.
Constructor Details
#initialize(data = nil) ⇒ AllocReportID
Returns a new instance of AllocReportID.
968 969 970 971 972 973 974 |
# File 'lib/quickfix_fields.rb', line 968 def initialize(data = nil) if( data == nil ) super(755) else super(755, data) end end |
Class Method Details
.field ⇒ Object
965 966 967 |
# File 'lib/quickfix_fields.rb', line 965 def AllocReportID.field return 755 end |