Class: Quickfix::SettlInstCode

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

Returns a new instance of SettlInstCode.



2684
2685
2686
2687
2688
2689
2690
# File 'lib/quickfix_fields.rb', line 2684

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

Class Method Details

.fieldObject



2681
2682
2683
# File 'lib/quickfix_fields.rb', line 2681

def SettlInstCode.field
	return 175
end