Class: Quickfix::LegPaymentStreamVarianceUnadjustedCap

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

Returns a new instance of LegPaymentStreamVarianceUnadjustedCap.



66904
66905
66906
66907
66908
66909
66910
# File 'lib/quickfix_fields.rb', line 66904

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

Class Method Details

.fieldObject



66901
66902
66903
# File 'lib/quickfix_fields.rb', line 66901

def LegPaymentStreamVarianceUnadjustedCap.field
  return 42477
end