Class: Quickfix::LegIssueDate

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) ⇒ LegIssueDate

Returns a new instance of LegIssueDate.



6038
6039
6040
6041
6042
6043
6044
# File 'lib/quickfix_fields.rb', line 6038

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

Class Method Details

.fieldObject



6035
6036
6037
# File 'lib/quickfix_fields.rb', line 6035

def LegIssueDate.field
	return 249
end