Class: Quickfix::ClearingBusinessDate
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::ClearingBusinessDate
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ ClearingBusinessDate
constructor
A new instance of ClearingBusinessDate.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ ClearingBusinessDate
Returns a new instance of ClearingBusinessDate.
9808 9809 9810 9811 9812 9813 9814 |
# File 'lib/quickfix_fields.rb', line 9808 def initialize(data = nil) if( data == nil ) super(715) else super(715, data) end end |
Class Method Details
.field ⇒ Object
9805 9806 9807 |
# File 'lib/quickfix_fields.rb', line 9805 def ClearingBusinessDate.field return 715 end |