Class: Quickfix::NoNotAffectedMarketSegments

Inherits:
IntField
  • Object
show all
Defined in:
lib/quickfix_fields.rb

Instance Method Summary collapse

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