Class: Quickfix::MatchRuleProductComplex
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::MatchRuleProductComplex
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ MatchRuleProductComplex
constructor
A new instance of MatchRuleProductComplex.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ MatchRuleProductComplex
Returns a new instance of MatchRuleProductComplex.
62406 62407 62408 62409 62410 62411 62412 |
# File 'lib/quickfix_fields.rb', line 62406 def initialize(data = nil) if( data == nil ) super(2569) else super(2569, data) end end |
Class Method Details
.field ⇒ Object
62403 62404 62405 |
# File 'lib/quickfix_fields.rb', line 62403 def MatchRuleProductComplex.field return 2569 end |