Class: Quickfix::QuoteCondition
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::QuoteCondition
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
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.
18609 18610 18611 18612 18613 18614 18615 |
# File 'lib/quickfix_fields.rb', line 18609 def initialize(data = nil) if( data == nil ) super(276) else super(276, data) end end |
Class Method Details
.field ⇒ Object
18606 18607 18608 |
# File 'lib/quickfix_fields.rb', line 18606 def QuoteCondition.field return 276 end |