Class: Quickfix::PaymentStreamDiscountType
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::PaymentStreamDiscountType
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ PaymentStreamDiscountType
constructor
A new instance of PaymentStreamDiscountType.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ PaymentStreamDiscountType
Returns a new instance of PaymentStreamDiscountType.
36965 36966 36967 36968 36969 36970 36971 |
# File 'lib/quickfix_fields.rb', line 36965 def initialize(data = nil) if( data == nil ) super(40744) else super(40744, data) end end |
Class Method Details
.field ⇒ Object
36962 36963 36964 |
# File 'lib/quickfix_fields.rb', line 36962 def PaymentStreamDiscountType.field return 40744 end |