Class: Quickfix::LegPaymentStreamRateTreatment

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ LegPaymentStreamRateTreatment

Returns a new instance of LegPaymentStreamRateTreatment.



31687
31688
31689
31690
31691
31692
31693
# File 'lib/quickfix_fields.rb', line 31687

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