Class: Quickfix::CollAsgnID
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::CollAsgnID
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ CollAsgnID
constructor
A new instance of CollAsgnID.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ CollAsgnID
Returns a new instance of CollAsgnID.
12200 12201 12202 12203 12204 12205 12206 |
# File 'lib/quickfix_fields.rb', line 12200 def initialize(data = nil) if( data == nil ) super(902) else super(902, data) end end |
Class Method Details
.field ⇒ Object
12197 12198 12199 |
# File 'lib/quickfix_fields.rb', line 12197 def CollAsgnID.field return 902 end |