Class: Quickfix::DerivativeContractMultiplier

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ DerivativeContractMultiplier

Returns a new instance of DerivativeContractMultiplier.



16815
16816
16817
16818
16819
16820
16821
# File 'lib/quickfix_fields.rb', line 16815

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