Class: Quickfix::UnderlyingPaymentStreamFixingDateType

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

Returns a new instance of UnderlyingPaymentStreamFixingDateType.



73378
73379
73380
73381
73382
73383
73384
# File 'lib/quickfix_fields.rb', line 73378

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

Class Method Details

.fieldObject



73375
73376
73377
# File 'lib/quickfix_fields.rb', line 73375

def UnderlyingPaymentStreamFixingDateType.field
  return 42957
end