Class: Quickfix::PosReqType

Inherits:
((swig_class *) SWIGTYPE_p_FIX__IntField->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) ⇒ PosReqType

Returns a new instance of PosReqType.



97508
97509
97510
97511
97512
97513
97514
# File 'ext/quickfix/QuickfixRuby.cpp', line 97508

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

Class Method Details

.fieldObject



9779
9780
9781
# File 'lib/quickfix_fields.rb', line 9779

def PosReqType.field
	return 724
end