Class: Quickfix::LegPaymentStreamInterpolationPeriod
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::LegPaymentStreamInterpolationPeriod
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegPaymentStreamInterpolationPeriod
constructor
A new instance of LegPaymentStreamInterpolationPeriod.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ LegPaymentStreamInterpolationPeriod
Returns a new instance of LegPaymentStreamInterpolationPeriod.
65942 65943 65944 65945 65946 65947 65948 |
# File 'lib/quickfix_fields.rb', line 65942 def initialize(data = nil) if( data == nil ) super(42403) else super(42403, data) end end |
Class Method Details
.field ⇒ Object
65939 65940 65941 |
# File 'lib/quickfix_fields.rb', line 65939 def LegPaymentStreamInterpolationPeriod.field return 42403 end |