Class: Quickfix::UnderlyingProvisionCashSettlValueDateAdjusted
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::UnderlyingProvisionCashSettlValueDateAdjusted
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingProvisionCashSettlValueDateAdjusted
constructor
A new instance of UnderlyingProvisionCashSettlValueDateAdjusted.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ UnderlyingProvisionCashSettlValueDateAdjusted
Returns a new instance of UnderlyingProvisionCashSettlValueDateAdjusted.
59273 59274 59275 59276 59277 59278 59279 |
# File 'lib/quickfix_fields.rb', line 59273 def initialize(data = nil) if( data == nil ) super(42111) else super(42111, data) end end |
Class Method Details
.field ⇒ Object
59270 59271 59272 |
# File 'lib/quickfix_fields.rb', line 59270 def .field return 42111 end |