Class: Quickfix::CollAsgnRefID
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::CollAsgnRefID
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ CollAsgnRefID
constructor
A new instance of CollAsgnRefID.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ CollAsgnRefID
Returns a new instance of CollAsgnRefID.
12265 12266 12267 12268 12269 12270 12271 |
# File 'lib/quickfix_fields.rb', line 12265 def initialize(data = nil) if( data == nil ) super(907) else super(907, data) end end |
Class Method Details
.field ⇒ Object
12262 12263 12264 |
# File 'lib/quickfix_fields.rb', line 12262 def CollAsgnRefID.field return 907 end |