Class: Quickfix::SettlInstID

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

Returns a new instance of SettlInstID.



2515
2516
2517
2518
2519
2520
2521
# File 'lib/quickfix_fields.rb', line 2515

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

Class Method Details

.fieldObject



2512
2513
2514
# File 'lib/quickfix_fields.rb', line 2512

def SettlInstID.field
	return 162
end