Class: Quickfix::LastFragment
- Inherits:
-
BoolField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- BoolField
- Quickfix::LastFragment
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LastFragment
constructor
A new instance of LastFragment.
Methods inherited from BoolField
Constructor Details
#initialize(data = nil) ⇒ LastFragment
12083 12084 12085 12086 12087 12088 12089 |
# File 'lib/quickfix_fields.rb', line 12083 def initialize(data = nil) if( data == nil ) super(893) else super(893, data) end end |
Class Method Details
.field ⇒ Object
12080 12081 12082 |
# File 'lib/quickfix_fields.rb', line 12080 def LastFragment.field return 893 end |