Class: Quickfix::MatchingDataPointValue
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::MatchingDataPointValue
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ MatchingDataPointValue
constructor
A new instance of MatchingDataPointValue.
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 |