Class: Quickfix::UnderlyingPaymentStreamDiscountType

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ UnderlyingPaymentStreamDiscountType

Returns a new instance of UnderlyingPaymentStreamDiscountType.



34755
34756
34757
34758
34759
34760
34761
# File 'lib/quickfix_fields.rb', line 34755

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