Class: Quickfix::ProvisionCashSettlPaymentDateRangeLast
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::ProvisionCashSettlPaymentDateRangeLast
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ ProvisionCashSettlPaymentDateRangeLast
constructor
A new instance of ProvisionCashSettlPaymentDateRangeLast.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ ProvisionCashSettlPaymentDateRangeLast
Returns a new instance of ProvisionCashSettlPaymentDateRangeLast.
29516 29517 29518 29519 29520 29521 29522 |
# File 'lib/quickfix_fields.rb', line 29516 def initialize(data = nil) if( data == nil ) super(40170) else super(40170, data) end end |
Class Method Details
.field ⇒ Object
29513 29514 29515 |
# File 'lib/quickfix_fields.rb', line 29513 def ProvisionCashSettlPaymentDateRangeLast.field return 40170 end |