Class: Quickfix::TradeCondition
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::TradeCondition
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ TradeCondition
constructor
A new instance of TradeCondition.
Constructor Details
#initialize(data = nil) ⇒ TradeCondition
Returns a new instance of TradeCondition.
3490 3491 3492 3493 3494 3495 3496 |
# File 'lib/quickfix_fields.rb', line 3490 def initialize(data = nil) if( data == nil ) super(277) else super(277, data) end end |