Class: Quickfix::LegProvisionCashSettlPaymentDateType
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::LegProvisionCashSettlPaymentDateType
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegProvisionCashSettlPaymentDateType
constructor
A new instance of LegProvisionCashSettlPaymentDateType.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ LegProvisionCashSettlPaymentDateType
Returns a new instance of LegProvisionCashSettlPaymentDateType.
33468 33469 33470 33471 33472 33473 33474 |
# File 'lib/quickfix_fields.rb', line 33468 def initialize(data = nil) if( data == nil ) super(40475) else super(40475, data) end end |
Class Method Details
.field ⇒ Object
33465 33466 33467 |
# File 'lib/quickfix_fields.rb', line 33465 def LegProvisionCashSettlPaymentDateType.field return 40475 end |