Class: Quickfix::LegMasterConfirmationDesc

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ LegMasterConfirmationDesc

Returns a new instance of LegMasterConfirmationDesc.



61496
61497
61498
61499
61500
61501
61502
# File 'lib/quickfix_fields.rb', line 61496

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