Class: Quickfix::TradeOriginationDate

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

Returns a new instance of TradeOriginationDate.



5791
5792
5793
5794
5795
5796
5797
# File 'lib/quickfix_fields.rb', line 5791

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

Class Method Details

.fieldObject



5788
5789
5790
# File 'lib/quickfix_fields.rb', line 5788

def TradeOriginationDate.field
	return 229
end