Class: Quickfix::UnderlyingPaymentStreamContractPrice

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

Returns a new instance of UnderlyingPaymentStreamContractPrice.



55074
55075
55076
55077
55078
55079
55080
# File 'lib/quickfix_fields.rb', line 55074

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

Class Method Details

.fieldObject



55071
55072
55073
# File 'lib/quickfix_fields.rb', line 55071

def UnderlyingPaymentStreamContractPrice.field
  return 41907
end