Class: Quickfix::UnderlyingProvisionCashSettlPaymentDateType
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::UnderlyingProvisionCashSettlPaymentDateType
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingProvisionCashSettlPaymentDateType
constructor
A new instance of UnderlyingProvisionCashSettlPaymentDateType.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ UnderlyingProvisionCashSettlPaymentDateType
Returns a new instance of UnderlyingProvisionCashSettlPaymentDateType.
59143 59144 59145 59146 59147 59148 59149 |
# File 'lib/quickfix_fields.rb', line 59143 def initialize(data = nil) if( data == nil ) super(42101) else super(42101, data) end end |
Class Method Details
.field ⇒ Object
59140 59141 59142 |
# File 'lib/quickfix_fields.rb', line 59140 def .field return 42101 end |