Class: Quickfix::UnderlyingProvisionCashSettlPaymentDate
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::UnderlyingProvisionCashSettlPaymentDate
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingProvisionCashSettlPaymentDate
constructor
A new instance of UnderlyingProvisionCashSettlPaymentDate.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ UnderlyingProvisionCashSettlPaymentDate
Returns a new instance of UnderlyingProvisionCashSettlPaymentDate.
59130 59131 59132 59133 59134 59135 59136 |
# File 'lib/quickfix_fields.rb', line 59130 def initialize(data = nil) if( data == nil ) super(42100) else super(42100, data) end end |
Class Method Details
.field ⇒ Object
59127 59128 59129 |
# File 'lib/quickfix_fields.rb', line 59127 def UnderlyingProvisionCashSettlPaymentDate.field return 42100 end |