Class: Quickfix::ProvisionOptionRelevantUnderlyingDateOffsetDayType

Inherits:
IntField
  • Object
show all
Defined in:
lib/quickfix_fields.rb

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from IntField

#getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ ProvisionOptionRelevantUnderlyingDateOffsetDayType

Returns a new instance of ProvisionOptionRelevantUnderlyingDateOffsetDayType.



29399
29400
29401
29402
29403
29404
29405
# File 'lib/quickfix_fields.rb', line 29399

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

Class Method Details

.fieldObject



29396
29397
29398
# File 'lib/quickfix_fields.rb', line 29396

def ProvisionOptionRelevantUnderlyingDateOffsetDayType.field
  return 40161
end