Class: Quickfix::MarketDisruptionFallbackUnderlierType

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ MarketDisruptionFallbackUnderlierType

Returns a new instance of MarketDisruptionFallbackUnderlierType.



43478
43479
43480
43481
43482
43483
43484
# File 'lib/quickfix_fields.rb', line 43478

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