Class: Quickfix::PegSecurityID

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ PegSecurityID

Returns a new instance of PegSecurityID.



12278
12279
12280
12281
12282
12283
12284
# File 'lib/quickfix_fields.rb', line 12278

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

Class Method Details

.fieldObject



12275
12276
12277
# File 'lib/quickfix_fields.rb', line 12275

def PegSecurityID.field
  return 1097
end