Class: Quickfix::MarketSegmentStatus

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ MarketSegmentStatus

Returns a new instance of MarketSegmentStatus.



62055
62056
62057
62058
62059
62060
62061
# File 'lib/quickfix_fields.rb', line 62055

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