Class: Quickfix::LegPaymentStreamContractPrice

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

Returns a new instance of LegPaymentStreamContractPrice.



50056
50057
50058
50059
50060
50061
50062
# File 'lib/quickfix_fields.rb', line 50056

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

Class Method Details

.fieldObject



50053
50054
50055
# File 'lib/quickfix_fields.rb', line 50053

def LegPaymentStreamContractPrice.field
  return 41559
end