Class: Quickfix::PaymentStubStartDateBusinessDayConvention

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

Returns a new instance of PaymentStubStartDateBusinessDayConvention.



69751
69752
69753
69754
69755
69756
69757
# File 'lib/quickfix_fields.rb', line 69751

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

Class Method Details

.fieldObject



69748
69749
69750
# File 'lib/quickfix_fields.rb', line 69748

def PaymentStubStartDateBusinessDayConvention.field
  return 42699
end