Class: Quickfix::CardExpDate

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

Returns a new instance of CardExpDate.



6766
6767
6768
6769
6770
6771
6772
# File 'lib/quickfix_fields.rb', line 6766

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

Class Method Details

.fieldObject



6763
6764
6765
# File 'lib/quickfix_fields.rb', line 6763

def CardExpDate.field
	return 490
end