Class: Quickfix::LegProvisionOptionRelevantUnderlyingDateBusinessDayConvention

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

Returns a new instance of LegProvisionOptionRelevantUnderlyingDateBusinessDayConvention.



33910
33911
33912
33913
33914
33915
33916
# File 'lib/quickfix_fields.rb', line 33910

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

Class Method Details

.fieldObject



33907
33908
33909
# File 'lib/quickfix_fields.rb', line 33907

def LegProvisionOptionRelevantUnderlyingDateBusinessDayConvention.field
  return 40509
end