Class: Quickfix::NoLegMarketDisruptionFallbackReferencePrices

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

Returns a new instance of NoLegMarketDisruptionFallbackReferencePrices.



48912
48913
48914
48915
48916
48917
48918
# File 'lib/quickfix_fields.rb', line 48912

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

Class Method Details

.fieldObject



48909
48910
48911
# File 'lib/quickfix_fields.rb', line 48909

def NoLegMarketDisruptionFallbackReferencePrices.field
	return 41471
end