Class: Quickfix::MatchIncrement
- Inherits:
-
DoubleField
- Object
- DoubleField
- Quickfix::MatchIncrement
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ MatchIncrement
constructor
A new instance of MatchIncrement.
Constructor Details
#initialize(data = nil) ⇒ MatchIncrement
Returns a new instance of MatchIncrement.
14553 14554 14555 14556 14557 14558 14559 |
# File 'lib/quickfix_fields.rb', line 14553 def initialize(data = nil) if( data == nil ) super(1089) else super(1089, data) end end |