Class: Quickfix::QuoteMsgID
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::QuoteMsgID
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ QuoteMsgID
constructor
A new instance of QuoteMsgID.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ QuoteMsgID
Returns a new instance of QuoteMsgID.
15554 15555 15556 15557 15558 15559 15560 |
# File 'lib/quickfix_fields.rb', line 15554 def initialize(data = nil) if( data == nil ) super(1166) else super(1166, data) end end |
Class Method Details
.field ⇒ Object
15551 15552 15553 |
# File 'lib/quickfix_fields.rb', line 15551 def QuoteMsgID.field return 1166 end |