Class: Quickfix::LastCapacity
- Inherits:
-
CharField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- 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.
Methods inherited from CharField
Constructor Details
#initialize(data = nil) ⇒ LastCapacity
1228 1229 1230 1231 1232 1233 1234 |
# File 'lib/quickfix_fields.rb', line 1228 def initialize(data = nil) if( data == nil ) super(29) else super(29, data) end end |
Class Method Details
.field ⇒ Object
1225 1226 1227 |
# File 'lib/quickfix_fields.rb', line 1225 def LastCapacity.field return 29 end |