Class: Quickfix::DlvyInst
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::DlvyInst
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ DlvyInst
constructor
A new instance of DlvyInst.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ DlvyInst
Returns a new instance of DlvyInst.
1813 1814 1815 1816 1817 1818 1819 |
# File 'lib/quickfix_fields.rb', line 1813 def initialize(data = nil) if( data == nil ) super(86) else super(86, data) end end |
Class Method Details
.field ⇒ Object
1810 1811 1812 |
# File 'lib/quickfix_fields.rb', line 1810 def DlvyInst.field return 86 end |