Class: Quickfix::QuoteReqID
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::QuoteReqID
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ QuoteReqID
constructor
A new instance of QuoteReqID.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ QuoteReqID
Returns a new instance of QuoteReqID.
2177 2178 2179 2180 2181 2182 2183 |
# File 'lib/quickfix_fields.rb', line 2177 def initialize(data = nil) if( data == nil ) super(131) else super(131, data) end end |
Class Method Details
.field ⇒ Object
2174 2175 2176 |
# File 'lib/quickfix_fields.rb', line 2174 def QuoteReqID.field return 131 end |