Class: Quickfix::UnderlyingBusinessDayConvention

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

Returns a new instance of UnderlyingBusinessDayConvention.



39786
39787
39788
39789
39790
39791
39792
# File 'lib/quickfix_fields.rb', line 39786

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

Class Method Details

.fieldObject



39783
39784
39785
# File 'lib/quickfix_fields.rb', line 39783

def UnderlyingBusinessDayConvention.field
  return 40964
end