Class: Quickfix::NoUnderlyingPaymentScheduleFixingDays
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::NoUnderlyingPaymentScheduleFixingDays
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ NoUnderlyingPaymentScheduleFixingDays
constructor
A new instance of NoUnderlyingPaymentScheduleFixingDays.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ NoUnderlyingPaymentScheduleFixingDays
Returns a new instance of NoUnderlyingPaymentScheduleFixingDays.
54697 54698 54699 54700 54701 54702 54703 |
# File 'lib/quickfix_fields.rb', line 54697 def initialize(data = nil) if( data == nil ) super(41878) else super(41878, data) end end |
Class Method Details
.field ⇒ Object
54694 54695 54696 |
# File 'lib/quickfix_fields.rb', line 54694 def NoUnderlyingPaymentScheduleFixingDays.field return 41878 end |