Class: Quickfix::NoLegPaymentStreamFixingDates
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::NoLegPaymentStreamFixingDates
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ NoLegPaymentStreamFixingDates
constructor
A new instance of NoLegPaymentStreamFixingDates.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ NoLegPaymentStreamFixingDates
Returns a new instance of NoLegPaymentStreamFixingDates.
66670 66671 66672 66673 66674 66675 66676 |
# File 'lib/quickfix_fields.rb', line 66670 def initialize(data = nil) if( data == nil ) super(42459) else super(42459, data) end end |
Class Method Details
.field ⇒ Object
66667 66668 66669 |
# File 'lib/quickfix_fields.rb', line 66667 def NoLegPaymentStreamFixingDates.field return 42459 end |