Class: Quickfix::NoLegMarketDisruptionFallbacks

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ NoLegMarketDisruptionFallbacks

Returns a new instance of NoLegMarketDisruptionFallbacks.



48886
48887
48888
48889
48890
48891
48892
# File 'lib/quickfix_fields.rb', line 48886

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