Class: Quickfix::MatchType
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::MatchType
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ MatchType
constructor
A new instance of MatchType.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ MatchType
Returns a new instance of MatchType.
7819 7820 7821 7822 7823 7824 7825 |
# File 'lib/quickfix_fields.rb', line 7819 def initialize(data = nil) if( data == nil ) super(574) else super(574, data) end end |
Class Method Details
.field ⇒ Object
7816 7817 7818 |
# File 'lib/quickfix_fields.rb', line 7816 def MatchType.field return 574 end |