Class: Quickfix::LegPaymentStreamFixingDateBusinessDayConvention

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

Returns a new instance of LegPaymentStreamFixingDateBusinessDayConvention.



31414
31415
31416
31417
31418
31419
31420
# File 'lib/quickfix_fields.rb', line 31414

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

Class Method Details

.fieldObject



31411
31412
31413
# File 'lib/quickfix_fields.rb', line 31411

def LegPaymentStreamFixingDateBusinessDayConvention.field
  return 40317
end