Class: Quickfix::InstrumentScopeSettlType

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

Returns a new instance of InstrumentScopeSettlType.



20923
20924
20925
20926
20927
20928
20929
# File 'lib/quickfix_fields.rb', line 20923

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

Class Method Details

.fieldObject



20920
20921
20922
# File 'lib/quickfix_fields.rb', line 20920

def InstrumentScopeSettlType.field
	return 1557
end