Class: Quickfix::PegSecurityIDSource

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ PegSecurityIDSource

Returns a new instance of PegSecurityIDSource.



14644
14645
14646
14647
14648
14649
14650
# File 'lib/quickfix_fields.rb', line 14644

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