Class: Quickfix::LegPaymentStreamDiscountType
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::LegPaymentStreamDiscountType
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegPaymentStreamDiscountType
constructor
A new instance of LegPaymentStreamDiscountType.
Methods inherited from IntField
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
.field ⇒ Object
30995 30996 30997 |
# File 'lib/quickfix_fields.rb', line 30995 def LegPaymentStreamDiscountType.field return 40285 end |