Class: Quickfix::DerivativeSecurityAltID

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

Returns a new instance of DerivativeSecurityAltID.



16243
16244
16245
16246
16247
16248
16249
# File 'lib/quickfix_fields.rb', line 16243

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

Class Method Details

.fieldObject



16240
16241
16242
# File 'lib/quickfix_fields.rb', line 16240

def DerivativeSecurityAltID.field
  return 1219
end