Class: Quickfix::NoPaymentStreamFixingDates

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

Returns a new instance of NoPaymentStreamFixingDates.



69244
69245
69246
69247
69248
69249
69250
# File 'lib/quickfix_fields.rb', line 69244

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

Class Method Details

.fieldObject



69241
69242
69243
# File 'lib/quickfix_fields.rb', line 69241

def NoPaymentStreamFixingDates.field
  return 42660
end