Class: Quickfix::SharedCommission

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ SharedCommission

Returns a new instance of SharedCommission.



11628
11629
11630
11631
11632
11633
11634
# File 'lib/quickfix_fields.rb', line 11628

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