Class: Quickfix::DiscretionInst
- Inherits:
-
CharField
- Object
- 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.
Constructor Details
#initialize(data = nil) ⇒ DiscretionInst
Returns a new instance of DiscretionInst.
19571 19572 19573 19574 19575 19576 19577 |
# File 'lib/quickfix_fields.rb', line 19571 def initialize(data = nil) if( data == nil ) super(388) else super(388, data) end end |
Class Method Details
.field ⇒ Object
19568 19569 19570 |
# File 'lib/quickfix_fields.rb', line 19568 def DiscretionInst.field return 388 end |