Class: Quickfix::MatchInstMarketID
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::MatchInstMarketID
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ MatchInstMarketID
constructor
A new instance of MatchInstMarketID.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ MatchInstMarketID
Returns a new instance of MatchInstMarketID.
20000 20001 20002 20003 20004 20005 20006 |
# File 'lib/quickfix_fields.rb', line 20000 def initialize(data = nil) if( data == nil ) super(1673) else super(1673, data) end end |
Class Method Details
.field ⇒ Object
19997 19998 19999 |
# File 'lib/quickfix_fields.rb', line 19997 def MatchInstMarketID.field return 1673 end |