Class: Quickfix::SettlObligRefID

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ SettlObligRefID

Returns a new instance of SettlObligRefID.



13929
13930
13931
13932
13933
13934
13935
# File 'lib/quickfix_fields.rb', line 13929

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

Class Method Details

.fieldObject



13926
13927
13928
# File 'lib/quickfix_fields.rb', line 13926

def SettlObligRefID.field
	return 1163
end