Class: Quickfix::ExpQty
- Inherits:
-
DoubleField
- Object
- DoubleField
- Quickfix::ExpQty
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ ExpQty
constructor
A new instance of ExpQty.
Constructor Details
#initialize(data = nil) ⇒ ExpQty
Returns a new instance of ExpQty.
11056 11057 11058 11059 11060 11061 11062 |
# File 'lib/quickfix_fields.rb', line 11056 def initialize(data = nil) if( data == nil ) super(983) else super(983, data) end end |
Class Method Details
.field ⇒ Object
11053 11054 11055 |
# File 'lib/quickfix_fields.rb', line 11053 def ExpQty.field return 983 end |