Class: Quickfix::CardStartDate

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ CardStartDate

Returns a new instance of CardStartDate.



14501
14502
14503
14504
14505
14506
14507
# File 'lib/quickfix_fields.rb', line 14501

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

Class Method Details

.fieldObject



14498
14499
14500
# File 'lib/quickfix_fields.rb', line 14498

def CardStartDate.field
	return 503
end