Class: Quickfix::CollRespID
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::CollRespID
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ CollRespID
constructor
A new instance of CollRespID.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ CollRespID
Returns a new instance of CollRespID.
12226 12227 12228 12229 12230 12231 12232 |
# File 'lib/quickfix_fields.rb', line 12226 def initialize(data = nil) if( data == nil ) super(904) else super(904, data) end end |
Class Method Details
.field ⇒ Object
12223 12224 12225 |
# File 'lib/quickfix_fields.rb', line 12223 def CollRespID.field return 904 end |