Class: Quickfix::UnderlyingLegSecurityExchange

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ UnderlyingLegSecurityExchange

Returns a new instance of UnderlyingLegSecurityExchange.



15047
15048
15049
15050
15051
15052
15053
# File 'lib/quickfix_fields.rb', line 15047

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

Class Method Details

.fieldObject



15044
15045
15046
# File 'lib/quickfix_fields.rb', line 15044

def UnderlyingLegSecurityExchange.field
	return 1341
end