Class: Quickfix::LegProvisionCashSettlValueDateBusinessCenter
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::LegProvisionCashSettlValueDateBusinessCenter
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegProvisionCashSettlValueDateBusinessCenter
constructor
A new instance of LegProvisionCashSettlValueDateBusinessCenter.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ LegProvisionCashSettlValueDateBusinessCenter
Returns a new instance of LegProvisionCashSettlValueDateBusinessCenter.
34144 34145 34146 34147 34148 34149 34150 |
# File 'lib/quickfix_fields.rb', line 34144 def initialize(data = nil) if( data == nil ) super(40527) else super(40527, data) end end |
Class Method Details
.field ⇒ Object
34141 34142 34143 |
# File 'lib/quickfix_fields.rb', line 34141 def LegProvisionCashSettlValueDateBusinessCenter.field return 40527 end |