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