Class: Quickfix::SecurityReferenceDataSupplement

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

Returns a new instance of SecurityReferenceDataSupplement.



79358
79359
79360
79361
79362
79363
79364
# File 'lib/quickfix_fields.rb', line 79358

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

Class Method Details

.fieldObject



79355
79356
79357
# File 'lib/quickfix_fields.rb', line 79355

def SecurityReferenceDataSupplement.field
  return 2962
end