Class: Quickfix::PosAmtType

Inherits:
StringField
  • Object
show all
Defined in:
lib/quickfix_fields.rb

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ PosAmtType

Returns a new instance of PosAmtType.



2008
2009
2010
2011
2012
2013
2014
# File 'lib/quickfix_fields.rb', line 2008

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

Class Method Details

.fieldObject



2005
2006
2007
# File 'lib/quickfix_fields.rb', line 2005

def PosAmtType.field
	return 707
end