Class: Quickfix::AllocCommissionAmountSubType

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ AllocCommissionAmountSubType

Returns a new instance of AllocCommissionAmountSubType.



75978
75979
75980
75981
75982
75983
75984
# File 'lib/quickfix_fields.rb', line 75978

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