Class: Quickfix::LegSecurityDesc

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ LegSecurityDesc

Returns a new instance of LegSecurityDesc.



11849
11850
11851
11852
11853
11854
11855
# File 'lib/quickfix_fields.rb', line 11849

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

Class Method Details

.fieldObject



11846
11847
11848
# File 'lib/quickfix_fields.rb', line 11846

def LegSecurityDesc.field
	return 620
end