Class: Quickfix::LegProvisionBreakFeeRate

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ LegProvisionBreakFeeRate

Returns a new instance of LegProvisionBreakFeeRate.



67294
67295
67296
67297
67298
67299
67300
# File 'lib/quickfix_fields.rb', line 67294

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