Class: Quickfix::NoLegPaymentStreamPaymentDates

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

Returns a new instance of NoLegPaymentStreamPaymentDates.



50420
50421
50422
50423
50424
50425
50426
# File 'lib/quickfix_fields.rb', line 50420

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

Class Method Details

.fieldObject



50417
50418
50419
# File 'lib/quickfix_fields.rb', line 50417

def NoLegPaymentStreamPaymentDates.field
  return 41589
end