Class: Quickfix::PegSecurityID

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) ⇒ PegSecurityID

Returns a new instance of PegSecurityID.



14657
14658
14659
14660
14661
14662
14663
# File 'lib/quickfix_fields.rb', line 14657

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

Class Method Details

.fieldObject



14654
14655
14656
# File 'lib/quickfix_fields.rb', line 14654

def PegSecurityID.field
  return 1097
end