Class: Quickfix::LegOptionExpirationDesc
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::LegOptionExpirationDesc
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegOptionExpirationDesc
constructor
A new instance of LegOptionExpirationDesc.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ LegOptionExpirationDesc
Returns a new instance of LegOptionExpirationDesc.
42880 42881 42882 42883 42884 42885 42886 |
# File 'lib/quickfix_fields.rb', line 42880 def initialize(data = nil) if( data == nil ) super(2178) else super(2178, data) end end |
Class Method Details
.field ⇒ Object
42877 42878 42879 |
# File 'lib/quickfix_fields.rb', line 42877 def LegOptionExpirationDesc.field return 2178 end |