Class: Quickfix::UnderlyingPaymentStreamOtherDayCount

Inherits:
StringField
  • Object
show all
Defined in:
lib/quickfix_fields.rb

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from StringField

#<, #<=, #==, #>, #>=, #getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ UnderlyingPaymentStreamOtherDayCount

Returns a new instance of UnderlyingPaymentStreamOtherDayCount.



78032
78033
78034
78035
78036
78037
78038
# File 'lib/quickfix_fields.rb', line 78032

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

Class Method Details

.fieldObject



78029
78030
78031
# File 'lib/quickfix_fields.rb', line 78029

def UnderlyingPaymentStreamOtherDayCount.field
  return 43107
end