Class: Quickfix::FutSettDate2
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::FutSettDate2
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ FutSettDate2
constructor
A new instance of FutSettDate2.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ FutSettDate2
Returns a new instance of FutSettDate2.
2918 2919 2920 2921 2922 2923 2924 |
# File 'lib/quickfix_fields.rb', line 2918 def initialize(data = nil) if( data == nil ) super(193) else super(193, data) end end |
Class Method Details
.field ⇒ Object
2915 2916 2917 |
# File 'lib/quickfix_fields.rb', line 2915 def FutSettDate2.field return 193 end |