Class: Quickfix::NoTrdRepIndicators

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

Returns a new instance of NoTrdRepIndicators.



18414
18415
18416
18417
18418
18419
18420
# File 'lib/quickfix_fields.rb', line 18414

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

Class Method Details

.fieldObject



18411
18412
18413
# File 'lib/quickfix_fields.rb', line 18411

def NoTrdRepIndicators.field
	return 1387
end