Class: Quickfix::AllocPrice

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) ⇒ AllocPrice

Returns a new instance of AllocPrice.



57020
57021
57022
57023
57024
57025
57026
# File 'ext/quickfix/QuickfixRuby.cpp', line 57020

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

Class Method Details

.fieldObject



4488
4489
4490
# File 'lib/quickfix_fields.rb', line 4488

def AllocPrice.field
	return 366
end