Class: Quickfix::UnderlyingPaymentStreamInitialFixingDateBusinessDayConvention

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



35080
35081
35082
35083
35084
35085
35086
# File 'lib/quickfix_fields.rb', line 35080

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

Class Method Details

.fieldObject



35077
35078
35079
# File 'lib/quickfix_fields.rb', line 35077

def UnderlyingPaymentStreamInitialFixingDateBusinessDayConvention.field
  return 40599
end