Class: Quickfix::NoNotAffectedMarketSegments

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

Returns a new instance of NoNotAffectedMarketSegments.



23445
23446
23447
23448
23449
23450
23451
# File 'lib/quickfix_fields.rb', line 23445

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

Class Method Details

.fieldObject



23442
23443
23444
# File 'lib/quickfix_fields.rb', line 23442

def NoNotAffectedMarketSegments.field
	return 1793
end