Class: Quickfix::PosAmtType

Inherits:
((swig_class *) SWIGTYPE_p_FIX__StringField->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) ⇒ PosAmtType

Returns a new instance of PosAmtType.



95842
95843
95844
95845
95846
95847
95848
# File 'ext/quickfix/QuickfixRuby.cpp', line 95842

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

Class Method Details

.fieldObject



9558
9559
9560
# File 'lib/quickfix_fields.rb', line 9558

def PosAmtType.field
	return 707
end