Method: Quickfix::MiscFeeType#initialize

Defined in:
lib/quickfix_fields.rb

#initialize(data = nil) ⇒ MiscFeeType

Returns a new instance of MiscFeeType.



10523
10524
10525
10526
10527
10528
10529
# File 'lib/quickfix_fields.rb', line 10523

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