Class: Quickfix::UnderlyingDividendPeriodStrikePrice

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from DoubleField

#getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ UnderlyingDividendPeriodStrikePrice

Returns a new instance of UnderlyingDividendPeriodStrikePrice.



71987
71988
71989
71990
71991
71992
71993
# File 'lib/quickfix_fields.rb', line 71987

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

Class Method Details

.fieldObject



71984
71985
71986
# File 'lib/quickfix_fields.rb', line 71984

def UnderlyingDividendPeriodStrikePrice.field
  return 42867
end