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