Class: Quickfix::MatchingDataPointValue
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::MatchingDataPointValue
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ MatchingDataPointValue
constructor
A new instance of MatchingDataPointValue.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ MatchingDataPointValue
Returns a new instance of MatchingDataPointValue.
76836 76837 76838 76839 76840 76841 76842 |
# File 'lib/quickfix_fields.rb', line 76836 def initialize(data = nil) if( data == nil ) super(2783) else super(2783, data) end end |
Class Method Details
.field ⇒ Object
76833 76834 76835 |
# File 'lib/quickfix_fields.rb', line 76833 def MatchingDataPointValue.field return 2783 end |