Class: Quickfix::ProvisionOptionRelevantUnderlyingDateAdjusted

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

Returns a new instance of ProvisionOptionRelevantUnderlyingDateAdjusted.



29412
29413
29414
29415
29416
29417
29418
# File 'lib/quickfix_fields.rb', line 29412

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

Class Method Details

.fieldObject



29409
29410
29411
# File 'lib/quickfix_fields.rb', line 29409

def ProvisionOptionRelevantUnderlyingDateAdjusted.field
  return 40162
end