Class: Quickfix::PaymentStreamInitialFixingDateRelativeTo

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

Returns a new instance of PaymentStreamInitialFixingDateRelativeTo.



37264
37265
37266
37267
37268
37269
37270
# File 'lib/quickfix_fields.rb', line 37264

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

Class Method Details

.fieldObject



37261
37262
37263
# File 'lib/quickfix_fields.rb', line 37261

def PaymentStreamInitialFixingDateRelativeTo.field
  return 40767
end