Class: Quickfix::LegFutSettDate
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::LegFutSettDate
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegFutSettDate
constructor
A new instance of LegFutSettDate.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ LegFutSettDate
Returns a new instance of LegFutSettDate.
8001 8002 8003 8004 8005 8006 8007 |
# File 'lib/quickfix_fields.rb', line 8001 def initialize(data = nil) if( data == nil ) super(588) else super(588, data) end end |
Class Method Details
.field ⇒ Object
7998 7999 8000 |
# File 'lib/quickfix_fields.rb', line 7998 def LegFutSettDate.field return 588 end |