Class: Quickfix::UnderlyingMarketDisruptionEvent

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ UnderlyingMarketDisruptionEvent

Returns a new instance of UnderlyingMarketDisruptionEvent.



54528
54529
54530
54531
54532
54533
54534
# File 'lib/quickfix_fields.rb', line 54528

def initialize(data = nil)
  if( data == nil )
    super(41865)
  else
    super(41865, data)
  end
end