Class: Quickfix::UnderlyingProvisionCashSettlValueTimeBusinessCenter
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::UnderlyingProvisionCashSettlValueTimeBusinessCenter
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingProvisionCashSettlValueTimeBusinessCenter
constructor
A new instance of UnderlyingProvisionCashSettlValueTimeBusinessCenter.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ UnderlyingProvisionCashSettlValueTimeBusinessCenter
Returns a new instance of UnderlyingProvisionCashSettlValueTimeBusinessCenter.
59195 59196 59197 59198 59199 59200 59201 |
# File 'lib/quickfix_fields.rb', line 59195 def initialize(data = nil) if( data == nil ) super(42105) else super(42105, data) end end |
Class Method Details
.field ⇒ Object
59192 59193 59194 |
# File 'lib/quickfix_fields.rb', line 59192 def .field return 42105 end |