Class: Quickfix::ProvisionBreakFeeRate

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from DoubleField

#getValue, #setValue

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

Class Method Details

.fieldObject



69865
69866
69867
# File 'lib/quickfix_fields.rb', line 69865

def ProvisionBreakFeeRate.field
	return 42708
end