Class: Quickfix::QuoteRespID
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::QuoteRespID
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ QuoteRespID
constructor
A new instance of QuoteRespID.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ QuoteRespID
Returns a new instance of QuoteRespID.
9522 9523 9524 9525 9526 9527 9528 |
# File 'lib/quickfix_fields.rb', line 9522 def initialize(data = nil) if( data == nil ) super(693) else super(693, data) end end |
Class Method Details
.field ⇒ Object
9519 9520 9521 |
# File 'lib/quickfix_fields.rb', line 9519 def QuoteRespID.field return 693 end |