Class: Quickfix::LegMarketDisruptionFallbackProvision

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

Returns a new instance of LegMarketDisruptionFallbackProvision.



48808
48809
48810
48811
48812
48813
48814
# File 'lib/quickfix_fields.rb', line 48808

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

Class Method Details

.fieldObject



48805
48806
48807
# File 'lib/quickfix_fields.rb', line 48805

def LegMarketDisruptionFallbackProvision.field
	return 41463
end