Class: Quickfix::PaymentStreamCompoundingDatesRelativeTo

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

Returns a new instance of PaymentStreamCompoundingDatesRelativeTo.



68594
68595
68596
68597
68598
68599
68600
# File 'lib/quickfix_fields.rb', line 68594

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

Class Method Details

.fieldObject



68591
68592
68593
# File 'lib/quickfix_fields.rb', line 68591

def PaymentStreamCompoundingDatesRelativeTo.field
	return 42610
end