Class: Quickfix::LegPaymentStubIndex2CurvePeriod
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::LegPaymentStubIndex2CurvePeriod
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegPaymentStubIndex2CurvePeriod
constructor
A new instance of LegPaymentStubIndex2CurvePeriod.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ LegPaymentStubIndex2CurvePeriod
Returns a new instance of LegPaymentStubIndex2CurvePeriod.
33013 33014 33015 33016 33017 33018 33019 |
# File 'lib/quickfix_fields.rb', line 33013 def initialize(data = nil) if( data == nil ) super(40440) else super(40440, data) end end |
Class Method Details
.field ⇒ Object
33010 33011 33012 |
# File 'lib/quickfix_fields.rb', line 33010 def LegPaymentStubIndex2CurvePeriod.field return 40440 end |