Class: Quickfix::NoUnderlyingProvisionCashSettlPaymentDates
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::NoUnderlyingProvisionCashSettlPaymentDates
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ NoUnderlyingProvisionCashSettlPaymentDates
constructor
A new instance of NoUnderlyingProvisionCashSettlPaymentDates.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ NoUnderlyingProvisionCashSettlPaymentDates
Returns a new instance of NoUnderlyingProvisionCashSettlPaymentDates.
59117 59118 59119 59120 59121 59122 59123 |
# File 'lib/quickfix_fields.rb', line 59117 def initialize(data = nil) if( data == nil ) super(42099) else super(42099, data) end end |
Class Method Details
.field ⇒ Object
59114 59115 59116 |
# File 'lib/quickfix_fields.rb', line 59114 def .field return 42099 end |