Class: Quickfix::LegPaymentStreamDiscountType

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

Returns a new instance of LegPaymentStreamDiscountType.



30998
30999
31000
31001
31002
31003
31004
# File 'lib/quickfix_fields.rb', line 30998

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

Class Method Details

.fieldObject



30995
30996
30997
# File 'lib/quickfix_fields.rb', line 30995

def LegPaymentStreamDiscountType.field
  return 40285
end