Class: Quickfix::BusinessDayConvention

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

Returns a new instance of BusinessDayConvention.



39227
39228
39229
39230
39231
39232
39233
# File 'lib/quickfix_fields.rb', line 39227

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

Class Method Details

.fieldObject



39224
39225
39226
# File 'lib/quickfix_fields.rb', line 39224

def BusinessDayConvention.field
  return 40921
end