Class: Quickfix::CollReqID
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::CollReqID
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ CollReqID
constructor
A new instance of CollReqID.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ CollReqID
Returns a new instance of CollReqID.
12096 12097 12098 12099 12100 12101 12102 |
# File 'lib/quickfix_fields.rb', line 12096 def initialize(data = nil) if( data == nil ) super(894) else super(894, data) end end |
Class Method Details
.field ⇒ Object
12093 12094 12095 |
# File 'lib/quickfix_fields.rb', line 12093 def CollReqID.field return 894 end |