Class: Quickfix::PegSecurityDesc

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ PegSecurityDesc

Returns a new instance of PegSecurityDesc.



7286
7287
7288
7289
7290
7291
7292
# File 'lib/quickfix_fields.rb', line 7286

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

Class Method Details

.fieldObject



7283
7284
7285
# File 'lib/quickfix_fields.rb', line 7283

def PegSecurityDesc.field
	return 1099
end