Class: Quickfix::SettlBrkrCode

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ SettlBrkrCode

Returns a new instance of SettlBrkrCode.



9977
9978
9979
9980
9981
9982
9983
# File 'lib/quickfix_fields.rb', line 9977

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

Class Method Details

.fieldObject



9974
9975
9976
# File 'lib/quickfix_fields.rb', line 9974

def SettlBrkrCode.field
	return 174
end