Class: Quickfix::PaymentStreamLinkEstimatedTradingDays

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

Returns a new instance of PaymentStreamLinkEstimatedTradingDays.



69400
69401
69402
69403
69404
69405
69406
# File 'lib/quickfix_fields.rb', line 69400

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

Class Method Details

.fieldObject



69397
69398
69399
# File 'lib/quickfix_fields.rb', line 69397

def PaymentStreamLinkEstimatedTradingDays.field
  return 42672
end