Class: Quickfix::LastCapacity

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

Class Method Summary collapse

Instance Method Summary collapse

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

.fieldObject



17748
17749
17750
# File 'lib/quickfix_fields.rb', line 17748

def LastCapacity.field
	return 29
end