Class: Quickfix::UnderlyingLegSecurityID

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ UnderlyingLegSecurityID



17829
17830
17831
17832
17833
17834
17835
# File 'lib/quickfix_fields.rb', line 17829

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