Class: Quickfix::LegProvisionCashSettlPaymentDateRangeLast
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::LegProvisionCashSettlPaymentDateRangeLast
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegProvisionCashSettlPaymentDateRangeLast
constructor
A new instance of LegProvisionCashSettlPaymentDateRangeLast.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ LegProvisionCashSettlPaymentDateRangeLast
Returns a new instance of LegProvisionCashSettlPaymentDateRangeLast.
34092 34093 34094 34095 34096 34097 34098 |
# File 'lib/quickfix_fields.rb', line 34092 def initialize(data = nil) if( data == nil ) super(40523) else super(40523, data) end end |
Class Method Details
.field ⇒ Object
34089 34090 34091 |
# File 'lib/quickfix_fields.rb', line 34089 def LegProvisionCashSettlPaymentDateRangeLast.field return 40523 end |