Class: Quickfix::PaymentStreamResetDateRelativeTo

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ PaymentStreamResetDateRelativeTo

Returns a new instance of PaymentStreamResetDateRelativeTo.



37186
37187
37188
37189
37190
37191
37192
# File 'lib/quickfix_fields.rb', line 37186

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