Class: Quickfix::ProvisionCashSettlPaymentDate
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::ProvisionCashSettlPaymentDate
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ ProvisionCashSettlPaymentDate
constructor
A new instance of ProvisionCashSettlPaymentDate.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ ProvisionCashSettlPaymentDate
Returns a new instance of ProvisionCashSettlPaymentDate.
29542 29543 29544 29545 29546 29547 29548 |
# File 'lib/quickfix_fields.rb', line 29542 def initialize(data = nil) if( data == nil ) super(40172) else super(40172, data) end end |
Class Method Details
.field ⇒ Object
29539 29540 29541 |
# File 'lib/quickfix_fields.rb', line 29539 def ProvisionCashSettlPaymentDate.field return 40172 end |