Class: Quickfix::AllocShares
- Inherits:
-
DoubleField
- Object
- DoubleField
- Quickfix::AllocShares
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ AllocShares
constructor
A new instance of AllocShares.
Constructor Details
#initialize(data = nil) ⇒ AllocShares
Returns a new instance of AllocShares.
17920 17921 17922 17923 17924 17925 17926 |
# File 'lib/quickfix_fields.rb', line 17920 def initialize(data = nil) if( data == nil ) super(80) else super(80, data) end end |
Class Method Details
.field ⇒ Object
17917 17918 17919 |
# File 'lib/quickfix_fields.rb', line 17917 def AllocShares.field return 80 end |