Class: Quickfix::LegPaymentStreamResetDateBusinessDayConvention

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

Returns a new instance of LegPaymentStreamResetDateBusinessDayConvention.



31245
31246
31247
31248
31249
31250
31251
# File 'lib/quickfix_fields.rb', line 31245

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

Class Method Details

.fieldObject



31242
31243
31244
# File 'lib/quickfix_fields.rb', line 31242

def LegPaymentStreamResetDateBusinessDayConvention.field
  return 40304
end