Class: Quickfix::LegMarketDisruptionFallbackValue
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::LegMarketDisruptionFallbackValue
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegMarketDisruptionFallbackValue
constructor
A new instance of LegMarketDisruptionFallbackValue.
Constructor Details
#initialize(data = nil) ⇒ LegMarketDisruptionFallbackValue
Returns a new instance of LegMarketDisruptionFallbackValue.
57960 57961 57962 57963 57964 57965 57966 |
# File 'lib/quickfix_fields.rb', line 57960 def initialize(data = nil) if( data == nil ) super(40990) else super(40990, data) end end |