Class: Quickfix::LegPaymentStreamAveragingMethod

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ LegPaymentStreamAveragingMethod

Returns a new instance of LegPaymentStreamAveragingMethod.



31817
31818
31819
31820
31821
31822
31823
# File 'lib/quickfix_fields.rb', line 31817

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