Class: Quickfix::LastFragment
- Inherits:
-
BoolField
- Object
- 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.
Constructor Details
#initialize(data = nil) ⇒ LastFragment
Returns a new instance of LastFragment.
15242 15243 15244 15245 15246 15247 15248 |
# File 'lib/quickfix_fields.rb', line 15242 def initialize(data = nil) if( data == nil ) super(893) else super(893, data) end end |
Class Method Details
.field ⇒ Object
15239 15240 15241 |
# File 'lib/quickfix_fields.rb', line 15239 def LastFragment.field return 893 end |