Class: Quickfix::DividendPeriodStrikePrice

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) ⇒ DividendPeriodStrikePrice

Returns a new instance of DividendPeriodStrikePrice.



64187
64188
64189
64190
64191
64192
64193
# File 'lib/quickfix_fields.rb', line 64187

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

Class Method Details

.fieldObject



64184
64185
64186
# File 'lib/quickfix_fields.rb', line 64184

def DividendPeriodStrikePrice.field
  return 42279
end