Class: Quickfix::LegMakeWholeDate
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::LegMakeWholeDate
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegMakeWholeDate
constructor
A new instance of LegMakeWholeDate.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ LegMakeWholeDate
Returns a new instance of LegMakeWholeDate.
65799 65800 65801 65802 65803 65804 65805 |
# File 'lib/quickfix_fields.rb', line 65799 def initialize(data = nil) if( data == nil ) super(42392) else super(42392, data) end end |
Class Method Details
.field ⇒ Object
65796 65797 65798 |
# File 'lib/quickfix_fields.rb', line 65796 def LegMakeWholeDate.field return 42392 end |