Class: Quickfix::PaymentStreamRateIndex2Source

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

Returns a new instance of PaymentStreamRateIndex2Source.



78370
78371
78372
78373
78374
78375
78376
# File 'lib/quickfix_fields.rb', line 78370

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

Class Method Details

.fieldObject



78367
78368
78369
# File 'lib/quickfix_fields.rb', line 78367

def PaymentStreamRateIndex2Source.field
	return 43113
end