Class: Quickfix::MakeWholeDate
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::MakeWholeDate
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ MakeWholeDate
constructor
A new instance of MakeWholeDate.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ MakeWholeDate
Returns a new instance of MakeWholeDate.
68347 68348 68349 68350 68351 68352 68353 |
# File 'lib/quickfix_fields.rb', line 68347 def initialize(data = nil) if( data == nil ) super(42591) else super(42591, data) end end |
Class Method Details
.field ⇒ Object
68344 68345 68346 |
# File 'lib/quickfix_fields.rb', line 68344 def MakeWholeDate.field return 42591 end |