Class: Quickfix::ExecPriceType

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

Returns a new instance of ExecPriceType.



72934
72935
72936
72937
72938
72939
72940
# File 'ext/quickfix/QuickfixRuby.cpp', line 72934

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

Class Method Details

.fieldObject



6542
6543
6544
# File 'lib/quickfix_fields.rb', line 6542

def ExecPriceType.field
	return 484
end