Class: Quickfix::MarketResult
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::MarketResult
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ MarketResult
constructor
A new instance of MarketResult.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ MarketResult
Returns a new instance of MarketResult.
79462 79463 79464 79465 79466 79467 79468 |
# File 'lib/quickfix_fields.rb', line 79462 def initialize(data = nil) if( data == nil ) super(20107) else super(20107, data) end end |
Class Method Details
.field ⇒ Object
79459 79460 79461 |
# File 'lib/quickfix_fields.rb', line 79459 def MarketResult.field return 20107 end |