Class: Quickfix::MarketCondition
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::MarketCondition
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ MarketCondition
constructor
A new instance of MarketCondition.
Constructor Details
#initialize(data = nil) ⇒ MarketCondition
Returns a new instance of MarketCondition.
75705 75706 75707 75708 75709 75710 75711 |
# File 'lib/quickfix_fields.rb', line 75705 def initialize(data = nil) if( data == nil ) super(2705) else super(2705, data) end end |