Class: Quickfix::PricingTime

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

Returns a new instance of PricingTime.



45272
45273
45274
45275
45276
45277
45278
# File 'lib/quickfix_fields.rb', line 45272

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

Class Method Details

.fieldObject



45269
45270
45271
# File 'lib/quickfix_fields.rb', line 45269

def PricingTime.field
	return 41235
end