Class: Quickfix::LegDatedDate

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ LegDatedDate



10120
10121
10122
10123
10124
10125
10126
# File 'lib/quickfix_fields.rb', line 10120

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