Class: Quickfix::LegPaymentStubStartDateBusinessDayConvention

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

Returns a new instance of LegPaymentStubStartDateBusinessDayConvention.



67177
67178
67179
67180
67181
67182
67183
# File 'lib/quickfix_fields.rb', line 67177

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

Class Method Details

.fieldObject



67174
67175
67176
# File 'lib/quickfix_fields.rb', line 67174

def LegPaymentStubStartDateBusinessDayConvention.field
  return 42498
end