Class: Quickfix::YieldCalcDate

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

Returns a new instance of YieldCalcDate.



9626
9627
9628
9629
9630
9631
9632
# File 'lib/quickfix_fields.rb', line 9626

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

Class Method Details

.fieldObject



9623
9624
9625
# File 'lib/quickfix_fields.rb', line 9623

def YieldCalcDate.field
	return 701
end