Class: Quickfix::ProvisionCashSettlPaymentDateRangeFirst
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::ProvisionCashSettlPaymentDateRangeFirst
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ ProvisionCashSettlPaymentDateRangeFirst
constructor
A new instance of ProvisionCashSettlPaymentDateRangeFirst.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ ProvisionCashSettlPaymentDateRangeFirst
Returns a new instance of ProvisionCashSettlPaymentDateRangeFirst.
29503 29504 29505 29506 29507 29508 29509 |
# File 'lib/quickfix_fields.rb', line 29503 def initialize(data = nil) if( data == nil ) super(40169) else super(40169, data) end end |
Class Method Details
.field ⇒ Object
29500 29501 29502 |
# File 'lib/quickfix_fields.rb', line 29500 def ProvisionCashSettlPaymentDateRangeFirst.field return 40169 end |