Class: Quickfix::LegSecurityDesc

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) ⇒ LegSecurityDesc

Returns a new instance of LegSecurityDesc.



8417
8418
8419
8420
8421
8422
8423
# File 'lib/quickfix_fields.rb', line 8417

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

Class Method Details

.fieldObject



8414
8415
8416
# File 'lib/quickfix_fields.rb', line 8414

def LegSecurityDesc.field
	return 620
end