Class: Quickfix::LegMarketDisruptionEvent

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) ⇒ 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

Class Method Details

.fieldObject



48870
48871
48872
# File 'lib/quickfix_fields.rb', line 48870

def LegMarketDisruptionEvent.field
  return 41468
end