Class: Quickfix::UnderlyingPaymentStubStartDateRelativeTo

Inherits:
IntField
  • Object
show all
Defined in:
lib/quickfix_fields.rb

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ UnderlyingPaymentStubStartDateRelativeTo

Returns a new instance of UnderlyingPaymentStubStartDateRelativeTo.



73872
73873
73874
73875
73876
73877
73878
# File 'lib/quickfix_fields.rb', line 73872

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