Class: Quickfix::LastCapacity

Inherits:
((swig_class *) SWIGTYPE_p_FIX__CharField->clientdata)->klass
  • Object
show all
Defined in:
lib/quickfix_fields.rb,
ext/quickfix/QuickfixRuby.cpp

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(*args, self) ⇒ LastCapacity

Returns a new instance of LastCapacity.



30680
30681
30682
30683
30684
30685
30686
# File 'ext/quickfix/QuickfixRuby.cpp', line 30680

def initialize(data = nil)
	if( data == nil )
		super(29)
	else
		super(29, data)
	end
end

Class Method Details

.fieldObject



1108
1109
1110
# File 'lib/quickfix_fields.rb', line 1108

def LastCapacity.field
	return 29
end