Class: Quickfix::MarketDisruptionFallbackUnderlierType
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::MarketDisruptionFallbackUnderlierType
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ MarketDisruptionFallbackUnderlierType
constructor
A new instance of MarketDisruptionFallbackUnderlierType.
Constructor Details
#initialize(data = nil) ⇒ MarketDisruptionFallbackUnderlierType
Returns a new instance of MarketDisruptionFallbackUnderlierType.
43478 43479 43480 43481 43482 43483 43484 |
# File 'lib/quickfix_fields.rb', line 43478 def initialize(data = nil) if( data == nil ) super(41097) else super(41097, data) end end |