Class: Quickfix::StartCash

Inherits:
((swig_class *) SWIGTYPE_p_FIX__DoubleField->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) ⇒ StartCash

Returns a new instance of StartCash.



116692
116693
116694
116695
116696
116697
116698
# File 'ext/quickfix/QuickfixRuby.cpp', line 116692

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

Class Method Details

.fieldObject



12301
12302
12303
# File 'lib/quickfix_fields.rb', line 12301

def StartCash.field
	return 921
end