Class: Quickfix::NoLegPaymentStreamFixingDates

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

Returns a new instance of NoLegPaymentStreamFixingDates.



66670
66671
66672
66673
66674
66675
66676
# File 'lib/quickfix_fields.rb', line 66670

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

Class Method Details

.fieldObject



66667
66668
66669
# File 'lib/quickfix_fields.rb', line 66667

def NoLegPaymentStreamFixingDates.field
  return 42459
end