Class: Quickfix::UnderlyingLegSecurityDesc

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from StringField

#<, #<=, #==, #>, #>=, #getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ UnderlyingLegSecurityDesc

Returns a new instance of UnderlyingLegSecurityDesc.



18037
18038
18039
18040
18041
18042
18043
# File 'lib/quickfix_fields.rb', line 18037

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

Class Method Details

.fieldObject



18034
18035
18036
# File 'lib/quickfix_fields.rb', line 18034

def UnderlyingLegSecurityDesc.field
	return 1392
end