Class: Quickfix::UnderlyingDividendFloatingRateSpreadPositionType

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ UnderlyingDividendFloatingRateSpreadPositionType

Returns a new instance of UnderlyingDividendFloatingRateSpreadPositionType.



71194
71195
71196
71197
71198
71199
71200
# File 'lib/quickfix_fields.rb', line 71194

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