Class: Quickfix::NoLegMarketDisruptionEvents

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from IntField

#getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ NoLegMarketDisruptionEvents

Returns a new instance of NoLegMarketDisruptionEvents.



48860
48861
48862
48863
48864
48865
48866
# File 'lib/quickfix_fields.rb', line 48860

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

Class Method Details

.fieldObject



48857
48858
48859
# File 'lib/quickfix_fields.rb', line 48857

def NoLegMarketDisruptionEvents.field
  return 41467
end