Class: Quickfix::ClearingBusinessDate

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ ClearingBusinessDate

Returns a new instance of ClearingBusinessDate.



1397
1398
1399
1400
1401
1402
1403
# File 'lib/quickfix_fields.rb', line 1397

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

Class Method Details

.fieldObject



1394
1395
1396
# File 'lib/quickfix_fields.rb', line 1394

def ClearingBusinessDate.field
	return 715
end