Class: Quickfix::ProvisionCashSettlPaymentDateOffsetDayType
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::ProvisionCashSettlPaymentDateOffsetDayType
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ ProvisionCashSettlPaymentDateOffsetDayType
constructor
A new instance of ProvisionCashSettlPaymentDateOffsetDayType.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ ProvisionCashSettlPaymentDateOffsetDayType
Returns a new instance of ProvisionCashSettlPaymentDateOffsetDayType.
29490 29491 29492 29493 29494 29495 29496 |
# File 'lib/quickfix_fields.rb', line 29490 def initialize(data = nil) if( data == nil ) super(40168) else super(40168, data) end end |
Class Method Details
.field ⇒ Object
29487 29488 29489 |
# File 'lib/quickfix_fields.rb', line 29487 def ProvisionCashSettlPaymentDateOffsetDayType.field return 40168 end |