Class: Quickfix::SettlInstCode

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ SettlInstCode

Returns a new instance of SettlInstCode.



6649
6650
6651
6652
6653
6654
6655
# File 'lib/quickfix_fields.rb', line 6649

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

Class Method Details

.fieldObject



6646
6647
6648
# File 'lib/quickfix_fields.rb', line 6646

def SettlInstCode.field
	return 175
end