Class: Quickfix::NoPaymentStreamFormulas

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

Returns a new instance of NoPaymentStreamFormulas.



69543
69544
69545
69546
69547
69548
69549
# File 'lib/quickfix_fields.rb', line 69543

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

Class Method Details

.fieldObject



69540
69541
69542
# File 'lib/quickfix_fields.rb', line 69540

def NoPaymentStreamFormulas.field
	return 42683
end