Class: Quickfix::QuoteCondition
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::QuoteCondition
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ QuoteCondition
constructor
A new instance of QuoteCondition.
Constructor Details
#initialize(data = nil) ⇒ QuoteCondition
Returns a new instance of QuoteCondition.
3477 3478 3479 3480 3481 3482 3483 |
# File 'lib/quickfix_fields.rb', line 3477 def initialize(data = nil) if( data == nil ) super(276) else super(276, data) end end |