Class: Quickfix::MarketReqID
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::MarketReqID
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ MarketReqID
constructor
A new instance of MarketReqID.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ MarketReqID
17660 17661 17662 17663 17664 17665 17666 |
# File 'lib/quickfix_fields.rb', line 17660 def initialize(data = nil) if( data == nil ) super(1393) else super(1393, data) end end |
Class Method Details
.field ⇒ Object
17657 17658 17659 |
# File 'lib/quickfix_fields.rb', line 17657 def MarketReqID.field return 1393 end |