Class: Quickfix::UnderlyingProvisionDateUnadjusted

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

Returns a new instance of UnderlyingProvisionDateUnadjusted.



59793
59794
59795
59796
59797
59798
59799
# File 'lib/quickfix_fields.rb', line 59793

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

Class Method Details

.fieldObject



59790
59791
59792
# File 'lib/quickfix_fields.rb', line 59790

def UnderlyingProvisionDateUnadjusted.field
  return 42151
end