Class: Quickfix::LegPosAmtReason

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ LegPosAmtReason

Returns a new instance of LegPosAmtReason.



21833
21834
21835
21836
21837
21838
21839
# File 'lib/quickfix_fields.rb', line 21833

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