Class: Quickfix::PegSecurityIDSource

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ PegSecurityIDSource

Returns a new instance of PegSecurityIDSource.



15749
15750
15751
15752
15753
15754
15755
# File 'lib/quickfix_fields.rb', line 15749

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

Class Method Details

.fieldObject



15746
15747
15748
# File 'lib/quickfix_fields.rb', line 15746

def PegSecurityIDSource.field
	return 1096
end