Class: Quickfix::DerivativeSecurityAltIDSource

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

Returns a new instance of DerivativeSecurityAltIDSource.



16256
16257
16258
16259
16260
16261
16262
# File 'lib/quickfix_fields.rb', line 16256

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

Class Method Details

.fieldObject



16253
16254
16255
# File 'lib/quickfix_fields.rb', line 16253

def DerivativeSecurityAltIDSource.field
  return 1220
end