Class: Quickfix::PricingDateAdjusted

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

Returns a new instance of PricingDateAdjusted.



45259
45260
45261
45262
45263
45264
45265
# File 'lib/quickfix_fields.rb', line 45259

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

Class Method Details

.fieldObject



45256
45257
45258
# File 'lib/quickfix_fields.rb', line 45256

def PricingDateAdjusted.field
	return 41234
end