Class: Quickfix::MatchType
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::MatchType
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
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.
14254 14255 14256 14257 14258 14259 14260 |
# File 'lib/quickfix_fields.rb', line 14254 def initialize(data = nil) if( data == nil ) super(574) else super(574, data) end end |
Class Method Details
.field ⇒ Object
14251 14252 14253 |
# File 'lib/quickfix_fields.rb', line 14251 def MatchType.field return 574 end |