Class: Quickfix::RelatedSecurityIDSource

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

Returns a new instance of RelatedSecurityIDSource.



20312
20313
20314
20315
20316
20317
20318
# File 'lib/quickfix_fields.rb', line 20312

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

Class Method Details

.fieldObject



20309
20310
20311
# File 'lib/quickfix_fields.rb', line 20309

def RelatedSecurityIDSource.field
  return 1651
end