Class: Quickfix::LegProvisionCashSettlPaymentDateRangeFirst
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::LegProvisionCashSettlPaymentDateRangeFirst
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegProvisionCashSettlPaymentDateRangeFirst
constructor
A new instance of LegProvisionCashSettlPaymentDateRangeFirst.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ LegProvisionCashSettlPaymentDateRangeFirst
Returns a new instance of LegProvisionCashSettlPaymentDateRangeFirst.
34079 34080 34081 34082 34083 34084 34085 |
# File 'lib/quickfix_fields.rb', line 34079 def initialize(data = nil) if( data == nil ) super(40522) else super(40522, data) end end |
Class Method Details
.field ⇒ Object
34076 34077 34078 |
# File 'lib/quickfix_fields.rb', line 34076 def LegProvisionCashSettlPaymentDateRangeFirst.field return 40522 end |