Class: Quickfix::DiscretionInst
- Inherits:
-
CharField
- Object
- CharField
- Quickfix::DiscretionInst
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ DiscretionInst
constructor
A new instance of DiscretionInst.
Constructor Details
#initialize(data = nil) ⇒ 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 |