Class: Quickfix::NoFlexProductEligibilities

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

Returns a new instance of NoFlexProductEligibilities.



62289
62290
62291
62292
62293
62294
62295
# File 'lib/quickfix_fields.rb', line 62289

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

Class Method Details

.fieldObject



62286
62287
62288
# File 'lib/quickfix_fields.rb', line 62286

def NoFlexProductEligibilities.field
	return 2560
end