Class: Quickfix::LegVersusPurchaseDate

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ LegVersusPurchaseDate

Returns a new instance of LegVersusPurchaseDate.



22977
22978
22979
22980
22981
22982
22983
# File 'lib/quickfix_fields.rb', line 22977

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