Class: Quickfix::UnderlyingProvisionBreakFeeElection

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ UnderlyingProvisionBreakFeeElection

Returns a new instance of UnderlyingProvisionBreakFeeElection.



73963
73964
73965
73966
73967
73968
73969
# File 'lib/quickfix_fields.rb', line 73963

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