Class: Quickfix::UnderlyingProvisionCashSettlValueTime
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::UnderlyingProvisionCashSettlValueTime
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingProvisionCashSettlValueTime
constructor
A new instance of UnderlyingProvisionCashSettlValueTime.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ UnderlyingProvisionCashSettlValueTime
Returns a new instance of UnderlyingProvisionCashSettlValueTime.
59182 59183 59184 59185 59186 59187 59188 |
# File 'lib/quickfix_fields.rb', line 59182 def initialize(data = nil) if( data == nil ) super(42104) else super(42104, data) end end |
Class Method Details
.field ⇒ Object
59179 59180 59181 |
# File 'lib/quickfix_fields.rb', line 59179 def UnderlyingProvisionCashSettlValueTime.field return 42104 end |