Class: Quickfix::ProvisionCashSettlValueTimeBusinessCenter
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::ProvisionCashSettlValueTimeBusinessCenter
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ ProvisionCashSettlValueTimeBusinessCenter
constructor
A new instance of ProvisionCashSettlValueTimeBusinessCenter.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ ProvisionCashSettlValueTimeBusinessCenter
Returns a new instance of ProvisionCashSettlValueTimeBusinessCenter.
28801 28802 28803 28804 28805 28806 28807 |
# File 'lib/quickfix_fields.rb', line 28801 def initialize(data = nil) if( data == nil ) super(40115) else super(40115, data) end end |
Class Method Details
.field ⇒ Object
28798 28799 28800 |
# File 'lib/quickfix_fields.rb', line 28798 def ProvisionCashSettlValueTimeBusinessCenter.field return 40115 end |