Class: Quickfix::LastShares
- Inherits:
-
DoubleField
- Object
- DoubleField
- Quickfix::LastShares
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LastShares
constructor
A new instance of LastShares.
Constructor Details
#initialize(data = nil) ⇒ LastShares
Returns a new instance of LastShares.
13188 13189 13190 13191 13192 13193 13194 |
# File 'lib/quickfix_fields.rb', line 13188 def initialize(data = nil) if( data == nil ) super(32) else super(32, data) end end |
Class Method Details
.field ⇒ Object
13185 13186 13187 |
# File 'lib/quickfix_fields.rb', line 13185 def LastShares.field return 32 end |