Class: Quickfix::LegProvisionBreakFeeElection

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ LegProvisionBreakFeeElection

Returns a new instance of LegProvisionBreakFeeElection.



67281
67282
67283
67284
67285
67286
67287
# File 'lib/quickfix_fields.rb', line 67281

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