Class: Quickfix::MatchAttribValue
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::MatchAttribValue
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ MatchAttribValue
constructor
A new instance of MatchAttribValue.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ MatchAttribValue
Returns a new instance of MatchAttribValue.
19987 19988 19989 19990 19991 19992 19993 |
# File 'lib/quickfix_fields.rb', line 19987 def initialize(data = nil) if( data == nil ) super(1627) else super(1627, data) end end |
Class Method Details
.field ⇒ Object
19984 19985 19986 |
# File 'lib/quickfix_fields.rb', line 19984 def MatchAttribValue.field return 1627 end |