Class: Quickfix::UnderlyingPaymentStreamLinkEstimatedTradingDays

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

Returns a new instance of UnderlyingPaymentStreamLinkEstimatedTradingDays.



73508
73509
73510
73511
73512
73513
73514
# File 'lib/quickfix_fields.rb', line 73508

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

Class Method Details

.fieldObject



73505
73506
73507
# File 'lib/quickfix_fields.rb', line 73505

def UnderlyingPaymentStreamLinkEstimatedTradingDays.field
  return 42967
end