Class: Quickfix::UnderlyingMarketDisruptionEvent

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from StringField

#<, #<=, #==, #>, #>=, #getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ UnderlyingMarketDisruptionEvent

Returns a new instance of UnderlyingMarketDisruptionEvent.



54528
54529
54530
54531
54532
54533
54534
# File 'lib/quickfix_fields.rb', line 54528

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

Class Method Details

.fieldObject



54525
54526
54527
# File 'lib/quickfix_fields.rb', line 54525

def UnderlyingMarketDisruptionEvent.field
	return 41865
end