Class: Quickfix::RelatedSecurityID

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

Returns a new instance of RelatedSecurityID.



20299
20300
20301
20302
20303
20304
20305
# File 'lib/quickfix_fields.rb', line 20299

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

Class Method Details

.fieldObject



20296
20297
20298
# File 'lib/quickfix_fields.rb', line 20296

def RelatedSecurityID.field
  return 1650
end