Class: Quickfix::LegPaymentStreamOtherDayCount

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

Returns a new instance of LegPaymentStreamOtherDayCount.



77707
77708
77709
77710
77711
77712
77713
# File 'lib/quickfix_fields.rb', line 77707

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

Class Method Details

.fieldObject



77704
77705
77706
# File 'lib/quickfix_fields.rb', line 77704

def LegPaymentStreamOtherDayCount.field
  return 43108
end