Class: Quickfix::UnderlyingProvisionCashSettlValueDateBusinessCenter
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::UnderlyingProvisionCashSettlValueDateBusinessCenter
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingProvisionCashSettlValueDateBusinessCenter
constructor
A new instance of UnderlyingProvisionCashSettlValueDateBusinessCenter.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ UnderlyingProvisionCashSettlValueDateBusinessCenter
Returns a new instance of UnderlyingProvisionCashSettlValueDateBusinessCenter.
60222 60223 60224 60225 60226 60227 60228 |
# File 'lib/quickfix_fields.rb', line 60222 def initialize(data = nil) if( data == nil ) super(42183) else super(42183, data) end end |
Class Method Details
.field ⇒ Object
60219 60220 60221 |
# File 'lib/quickfix_fields.rb', line 60219 def UnderlyingProvisionCashSettlValueDateBusinessCenter.field return 42183 end |