Class: Quickfix::LegPaymentScheduleFixingDayCount

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

Returns a new instance of LegPaymentScheduleFixingDayCount.



49861
49862
49863
49864
49865
49866
49867
# File 'lib/quickfix_fields.rb', line 49861

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

Class Method Details

.fieldObject



49858
49859
49860
# File 'lib/quickfix_fields.rb', line 49858

def LegPaymentScheduleFixingDayCount.field
  return 41544
end