Class: Quickfix::PaymentStreamFixingDateBusinessDayConvention

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

Returns a new instance of PaymentStreamFixingDateBusinessDayConvention.



37368
37369
37370
37371
37372
37373
37374
# File 'lib/quickfix_fields.rb', line 37368

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

Class Method Details

.fieldObject



37365
37366
37367
# File 'lib/quickfix_fields.rb', line 37365

def PaymentStreamFixingDateBusinessDayConvention.field
  return 40775
end