Class: Quickfix::LegDividendPeriodStrikePrice

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



65526
65527
65528
65529
65530
65531
65532
# File 'lib/quickfix_fields.rb', line 65526

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

Class Method Details

.fieldObject



65523
65524
65525
# File 'lib/quickfix_fields.rb', line 65523

def LegDividendPeriodStrikePrice.field
  return 42371
end