Class: Quickfix::LegMarketDisruptionEvent
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::LegMarketDisruptionEvent
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegMarketDisruptionEvent
constructor
A new instance of LegMarketDisruptionEvent.
Constructor Details
#initialize(data = nil) ⇒ LegMarketDisruptionEvent
Returns a new instance of LegMarketDisruptionEvent.
48873 48874 48875 48876 48877 48878 48879 |
# File 'lib/quickfix_fields.rb', line 48873 def initialize(data = nil) if( data == nil ) super(41468) else super(41468, data) end end |