Class: Quickfix::EndDate

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ EndDate

Returns a new instance of EndDate.



8560
8561
8562
8563
8564
8565
8566
# File 'lib/quickfix_fields.rb', line 8560

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

Class Method Details

.fieldObject



8557
8558
8559
# File 'lib/quickfix_fields.rb', line 8557

def EndDate.field
	return 917
end