Class: Quickfix::LastCapacity
- Inherits:
-
CharField
- Object
- CharField
- Quickfix::LastCapacity
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LastCapacity
constructor
A new instance of LastCapacity.
Constructor Details
#initialize(data = nil) ⇒ LastCapacity
Returns a new instance of LastCapacity.
17751 17752 17753 17754 17755 17756 17757 |
# File 'lib/quickfix_fields.rb', line 17751 def initialize(data = nil) if( data == nil ) super(29) else super(29, data) end end |
Class Method Details
.field ⇒ Object
17748 17749 17750 |
# File 'lib/quickfix_fields.rb', line 17748 def LastCapacity.field return 29 end |