Class: Quickfix::DisplayHighQty
- Inherits:
-
DoubleField
- Object
- DoubleField
- Quickfix::DisplayHighQty
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ DisplayHighQty
constructor
A new instance of DisplayHighQty.
Constructor Details
#initialize(data = nil) ⇒ DisplayHighQty
Returns a new instance of DisplayHighQty.
10796 10797 10798 10799 10800 10801 10802 |
# File 'lib/quickfix_fields.rb', line 10796 def initialize(data = nil) if( data == nil ) super(1086) else super(1086, data) end end |
Class Method Details
.field ⇒ Object
10793 10794 10795 |
# File 'lib/quickfix_fields.rb', line 10793 def DisplayHighQty.field return 1086 end |