Class: Quickfix::CollInquiryID
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::CollInquiryID
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ CollInquiryID
constructor
A new instance of CollInquiryID.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ CollInquiryID
Returns a new instance of CollInquiryID.
12291 12292 12293 12294 12295 12296 12297 |
# File 'lib/quickfix_fields.rb', line 12291 def initialize(data = nil) if( data == nil ) super(909) else super(909, data) end end |
Class Method Details
.field ⇒ Object
12288 12289 12290 |
# File 'lib/quickfix_fields.rb', line 12288 def CollInquiryID.field return 909 end |