Class: Quickfix::BasisPxType

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

Returns a new instance of BasisPxType.



61700
61701
61702
61703
61704
61705
61706
# File 'ext/quickfix/QuickfixRuby.cpp', line 61700

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

Class Method Details

.fieldObject



5086
5087
5088
# File 'lib/quickfix_fields.rb', line 5086

def BasisPxType.field
	return 419
end