Class: Quickfix::LegPaymentStreamLinkEstimatedTradingDays

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



66826
66827
66828
66829
66830
66831
66832
# File 'lib/quickfix_fields.rb', line 66826

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

Class Method Details

.fieldObject



66823
66824
66825
# File 'lib/quickfix_fields.rb', line 66823

def LegPaymentStreamLinkEstimatedTradingDays.field
  return 42471
end