Class: Quickfix::AllocReportID
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- 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.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ AllocReportID
Returns a new instance of AllocReportID.
10328 10329 10330 10331 10332 10333 10334 |
# File 'lib/quickfix_fields.rb', line 10328 def initialize(data = nil) if( data == nil ) super(755) else super(755, data) end end |
Class Method Details
.field ⇒ Object
10325 10326 10327 |
# File 'lib/quickfix_fields.rb', line 10325 def AllocReportID.field return 755 end |