Class: Quickfix::LegPaymentStreamRateTreatment

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from IntField

#getValue, #setValue

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

Class Method Details

.fieldObject



31684
31685
31686
# File 'lib/quickfix_fields.rb', line 31684

def LegPaymentStreamRateTreatment.field
  return 40338
end