Class: Quickfix::LegSettledEntityMatrixPublicationDate

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from StringField

#<, #<=, #==, #>, #>=, #getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ LegSettledEntityMatrixPublicationDate

Returns a new instance of LegSettledEntityMatrixPublicationDate.



42646
42647
42648
42649
42650
42651
42652
# File 'lib/quickfix_fields.rb', line 42646

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

Class Method Details

.fieldObject



42643
42644
42645
# File 'lib/quickfix_fields.rb', line 42643

def LegSettledEntityMatrixPublicationDate.field
	return 2160
end