Class: Quickfix::ProvisionCashSettlPaymentDateType
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::ProvisionCashSettlPaymentDateType
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ ProvisionCashSettlPaymentDateType
constructor
A new instance of ProvisionCashSettlPaymentDateType.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ ProvisionCashSettlPaymentDateType
Returns a new instance of ProvisionCashSettlPaymentDateType.
29555 29556 29557 29558 29559 29560 29561 |
# File 'lib/quickfix_fields.rb', line 29555 def initialize(data = nil) if( data == nil ) super(40173) else super(40173, data) end end |
Class Method Details
.field ⇒ Object
29552 29553 29554 |
# File 'lib/quickfix_fields.rb', line 29552 def ProvisionCashSettlPaymentDateType.field return 40173 end |