Class: Quickfix::ProvisionCashSettlValueTime
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::ProvisionCashSettlValueTime
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ ProvisionCashSettlValueTime
constructor
A new instance of ProvisionCashSettlValueTime.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ ProvisionCashSettlValueTime
Returns a new instance of ProvisionCashSettlValueTime.
28788 28789 28790 28791 28792 28793 28794 |
# File 'lib/quickfix_fields.rb', line 28788 def initialize(data = nil) if( data == nil ) super(40114) else super(40114, data) end end |
Class Method Details
.field ⇒ Object
28785 28786 28787 |
# File 'lib/quickfix_fields.rb', line 28785 def ProvisionCashSettlValueTime.field return 40114 end |