Class: Quickfix::UnderlyingPaymentStreamDiscountType
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::UnderlyingPaymentStreamDiscountType
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingPaymentStreamDiscountType
constructor
A new instance of UnderlyingPaymentStreamDiscountType.
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 |