Class: Quickfix::DerivativeInstrAttribType

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ DerivativeInstrAttribType

Returns a new instance of DerivativeInstrAttribType.



9405
9406
9407
9408
9409
9410
9411
# File 'lib/quickfix_fields.rb', line 9405

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

Class Method Details

.fieldObject



9402
9403
9404
# File 'lib/quickfix_fields.rb', line 9402

def DerivativeInstrAttribType.field
  return 1313
end