Class: Quickfix::FutSettDate
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::FutSettDate
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ FutSettDate
constructor
A new instance of FutSettDate.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ FutSettDate
Returns a new instance of FutSettDate.
1527 1528 1529 1530 1531 1532 1533 |
# File 'lib/quickfix_fields.rb', line 1527 def initialize(data = nil) if( data == nil ) super(64) else super(64, data) end end |
Class Method Details
.field ⇒ Object
1524 1525 1526 |
# File 'lib/quickfix_fields.rb', line 1524 def FutSettDate.field return 64 end |