Class: Quickfix::ProvisionCashSettlValueDateBusinessCenter
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::ProvisionCashSettlValueDateBusinessCenter
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ ProvisionCashSettlValueDateBusinessCenter
constructor
A new instance of ProvisionCashSettlValueDateBusinessCenter.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ ProvisionCashSettlValueDateBusinessCenter
Returns a new instance of ProvisionCashSettlValueDateBusinessCenter.
28827 28828 28829 28830 28831 28832 28833 |
# File 'lib/quickfix_fields.rb', line 28827 def initialize(data = nil) if( data == nil ) super(40117) else super(40117, data) end end |
Class Method Details
.field ⇒ Object
28824 28825 28826 |
# File 'lib/quickfix_fields.rb', line 28824 def ProvisionCashSettlValueDateBusinessCenter.field return 40117 end |