Class: Quickfix::LegPricingDateUnadjusted

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

Returns a new instance of LegPricingDateUnadjusted.



50680
50681
50682
50683
50684
50685
50686
# File 'lib/quickfix_fields.rb', line 50680

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

Class Method Details

.fieldObject



50677
50678
50679
# File 'lib/quickfix_fields.rb', line 50677

def LegPricingDateUnadjusted.field
	return 41609
end