Class: Quickfix::LegProvisionOptionSinglePartySellerSide

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ LegProvisionOptionSinglePartySellerSide

Returns a new instance of LegProvisionOptionSinglePartySellerSide.



33247
33248
33249
33250
33251
33252
33253
# File 'lib/quickfix_fields.rb', line 33247

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