Class: Quickfix::LegSecurityID

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ LegSecurityID

Returns a new instance of LegSecurityID.



8846
8847
8848
8849
8850
8851
8852
# File 'lib/quickfix_fields.rb', line 8846

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

Class Method Details

.fieldObject



8843
8844
8845
# File 'lib/quickfix_fields.rb', line 8843

def LegSecurityID.field
	return 602
end