Class: Quickfix::ProvisionBreakFeeRate

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ ProvisionBreakFeeRate

Returns a new instance of ProvisionBreakFeeRate.



69868
69869
69870
69871
69872
69873
69874
# File 'lib/quickfix_fields.rb', line 69868

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