Class: Quickfix::LegMarketDisruptionEvent

Inherits:
StringField
  • Object
show all
Defined in:
lib/quickfix_fields.rb

Instance Method Summary collapse

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