Class: Quickfix::PricingDateUnadjusted

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

Returns a new instance of PricingDateUnadjusted.



45233
45234
45235
45236
45237
45238
45239
# File 'lib/quickfix_fields.rb', line 45233

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

Class Method Details

.fieldObject



45230
45231
45232
# File 'lib/quickfix_fields.rb', line 45230

def PricingDateUnadjusted.field
  return 41232
end