Class: Quickfix::Shares
- Inherits:
-
DoubleField
- Object
- DoubleField
- Quickfix::Shares
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ Shares
constructor
A new instance of Shares.
Constructor Details
#initialize(data = nil) ⇒ Shares
Returns a new instance of Shares.
1423 1424 1425 1426 1427 1428 1429 |
# File 'lib/quickfix_fields.rb', line 1423 def initialize(data = nil) if( data == nil ) super(53) else super(53, data) end end |