Class: Quickfix::ProvisionOptionRelevantUnderlyingDateBusinessDayConvention

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



29334
29335
29336
29337
29338
29339
29340
# File 'lib/quickfix_fields.rb', line 29334

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

Class Method Details

.fieldObject



29331
29332
29333
# File 'lib/quickfix_fields.rb', line 29331

def ProvisionOptionRelevantUnderlyingDateBusinessDayConvention.field
  return 40156
end