Class: Quickfix::LegProvisionDateBusinessDayConvention

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

Returns a new instance of LegProvisionDateBusinessDayConvention.



33156
33157
33158
33159
33160
33161
33162
# File 'lib/quickfix_fields.rb', line 33156

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

Class Method Details

.fieldObject



33153
33154
33155
# File 'lib/quickfix_fields.rb', line 33153

def LegProvisionDateBusinessDayConvention.field
  return 40451
end