Class: Quickfix::PegSecurityIDSource

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from StringField

#<, #<=, #==, #>, #>=, #getValue, #setValue

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

Class Method Details

.fieldObject



14641
14642
14643
# File 'lib/quickfix_fields.rb', line 14641

def PegSecurityIDSource.field
	return 1096
end