Class: Quickfix::NoUnderlyingPaymentScheduleInterimExchangeDateBusinessCenters
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::NoUnderlyingPaymentScheduleInterimExchangeDateBusinessCenters
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ NoUnderlyingPaymentScheduleInterimExchangeDateBusinessCenters
constructor
A new instance of NoUnderlyingPaymentScheduleInterimExchangeDateBusinessCenters.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ NoUnderlyingPaymentScheduleInterimExchangeDateBusinessCenters
Returns a new instance of NoUnderlyingPaymentScheduleInterimExchangeDateBusinessCenters.
39825 39826 39827 39828 39829 39830 39831 |
# File 'lib/quickfix_fields.rb', line 39825 def initialize(data = nil) if( data == nil ) super(40967) else super(40967, data) end end |
Class Method Details
.field ⇒ Object
39822 39823 39824 |
# File 'lib/quickfix_fields.rb', line 39822 def NoUnderlyingPaymentScheduleInterimExchangeDateBusinessCenters.field return 40967 end |