Class: Quickfix::DiscretionInst
- Inherits:
-
CharField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- CharField
- Quickfix::DiscretionInst
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ DiscretionInst
constructor
A new instance of DiscretionInst.
Methods inherited from CharField
Constructor Details
#initialize(data = nil) ⇒ DiscretionInst
Returns a new instance of DiscretionInst.
4829 4830 4831 4832 4833 4834 4835 |
# File 'lib/quickfix_fields.rb', line 4829 def initialize(data = nil) if( data == nil ) super(388) else super(388, data) end end |
Class Method Details
.field ⇒ Object
4826 4827 4828 |
# File 'lib/quickfix_fields.rb', line 4826 def DiscretionInst.field return 388 end |