Class: Quickfix::LegSecurityExchange

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ LegSecurityExchange

Returns a new instance of LegSecurityExchange.



669
670
671
672
673
674
675
# File 'lib/quickfix_fields.rb', line 669

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

Class Method Details

.fieldObject



666
667
668
# File 'lib/quickfix_fields.rb', line 666

def LegSecurityExchange.field
	return 616
end