Class: Quickfix::PreviousClearingBusinessDate

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ PreviousClearingBusinessDate

Returns a new instance of PreviousClearingBusinessDate.



40189
40190
40191
40192
40193
40194
40195
# File 'lib/quickfix_fields.rb', line 40189

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