Class: Quickfix::LegPaymentStreamInitialFixingDateBusinessDayConvention

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

Returns a new instance of LegPaymentStreamInitialFixingDateBusinessDayConvention.



31323
31324
31325
31326
31327
31328
31329
# File 'lib/quickfix_fields.rb', line 31323

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

Class Method Details

.fieldObject



31320
31321
31322
# File 'lib/quickfix_fields.rb', line 31320

def LegPaymentStreamInitialFixingDateBusinessDayConvention.field
  return 40310
end