Class: Quickfix::LegPosAmtType

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ LegPosAmtType

Returns a new instance of LegPosAmtType.



21807
21808
21809
21810
21811
21812
21813
# File 'lib/quickfix_fields.rb', line 21807

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