Class: Quickfix::CollRptID
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::CollRptID
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ CollRptID
constructor
A new instance of CollRptID.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ CollRptID
Returns a new instance of CollRptID.
12278 12279 12280 12281 12282 12283 12284 |
# File 'lib/quickfix_fields.rb', line 12278 def initialize(data = nil) if( data == nil ) super(908) else super(908, data) end end |
Class Method Details
.field ⇒ Object
12275 12276 12277 |
# File 'lib/quickfix_fields.rb', line 12275 def CollRptID.field return 908 end |