Class: Quickfix::LegMarketDisruptionFallbackBasketCurrency

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ LegMarketDisruptionFallbackBasketCurrency



49016
49017
49018
49019
49020
49021
49022
# File 'lib/quickfix_fields.rb', line 49016

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