Class: Quickfix::LegDividendFloatingRateSpreadPositionType

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from IntField

#getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ LegDividendFloatingRateSpreadPositionType

Returns a new instance of LegDividendFloatingRateSpreadPositionType.



64824
64825
64826
64827
64828
64829
64830
# File 'lib/quickfix_fields.rb', line 64824

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

Class Method Details

.fieldObject



64821
64822
64823
# File 'lib/quickfix_fields.rb', line 64821

def LegDividendFloatingRateSpreadPositionType.field
  return 42317
end