Class: Quickfix::UnderlyingProvisionDateAdjusted

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

Returns a new instance of UnderlyingProvisionDateAdjusted.



59819
59820
59821
59822
59823
59824
59825
# File 'lib/quickfix_fields.rb', line 59819

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

Class Method Details

.fieldObject



59816
59817
59818
# File 'lib/quickfix_fields.rb', line 59816

def UnderlyingProvisionDateAdjusted.field
  return 42153
end