Class: Quickfix::LegMarketDisruptionProvision

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

Returns a new instance of LegMarketDisruptionProvision.



48795
48796
48797
48798
48799
48800
48801
# File 'lib/quickfix_fields.rb', line 48795

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

Class Method Details

.fieldObject



48792
48793
48794
# File 'lib/quickfix_fields.rb', line 48792

def LegMarketDisruptionProvision.field
  return 41462
end