Class: Quickfix::DerivativeInstrAttribType

Inherits:
IntField
  • Object
show all
Defined in:
lib/quickfix_fields.rb

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from IntField

#getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ DerivativeInstrAttribType

Returns a new instance of DerivativeInstrAttribType.



17413
17414
17415
17416
17417
17418
17419
# File 'lib/quickfix_fields.rb', line 17413

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

Class Method Details

.fieldObject



17410
17411
17412
# File 'lib/quickfix_fields.rb', line 17410

def DerivativeInstrAttribType.field
  return 1313
end