Class: Quickfix::UnderlyingLegSecurityExchange

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ UnderlyingLegSecurityExchange

Returns a new instance of UnderlyingLegSecurityExchange.



17959
17960
17961
17962
17963
17964
17965
# File 'lib/quickfix_fields.rb', line 17959

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