Class: Quickfix::DerivativeStrikeMultiplier

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ DerivativeStrikeMultiplier

Returns a new instance of DerivativeStrikeMultiplier.



18895
18896
18897
18898
18899
18900
18901
# File 'lib/quickfix_fields.rb', line 18895

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

Class Method Details

.fieldObject



18892
18893
18894
# File 'lib/quickfix_fields.rb', line 18892

def DerivativeStrikeMultiplier.field
  return 1263
end