Class: Quickfix::MarketDisruptionEvent

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from StringField

#<, #<=, #==, #>, #>=, #getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ MarketDisruptionEvent

Returns a new instance of MarketDisruptionEvent.



43426
43427
43428
43429
43430
43431
43432
# File 'lib/quickfix_fields.rb', line 43426

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

Class Method Details

.fieldObject



43423
43424
43425
# File 'lib/quickfix_fields.rb', line 43423

def MarketDisruptionEvent.field
  return 41093
end