Class: Quickfix::LegPaymentStreamPaymentDateBusinessDayConvention

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

Returns a new instance of LegPaymentStreamPaymentDateBusinessDayConvention.



31089
31090
31091
31092
31093
31094
31095
# File 'lib/quickfix_fields.rb', line 31089

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

Class Method Details

.fieldObject



31086
31087
31088
# File 'lib/quickfix_fields.rb', line 31086

def LegPaymentStreamPaymentDateBusinessDayConvention.field
  return 40292
end