Class: Quickfix::LastFragment

Inherits:
BoolField
  • Object
show all
Defined in:
lib/quickfix_fields.rb

Class Method Summary collapse

Instance Method Summary collapse

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

.fieldObject



15239
15240
15241
# File 'lib/quickfix_fields.rb', line 15239

def LastFragment.field
	return 893
end