Class: Quickfix::SettlPartySubIDType

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ SettlPartySubIDType

Returns a new instance of SettlPartySubIDType.



3347
3348
3349
3350
3351
3352
3353
# File 'lib/quickfix_fields.rb', line 3347

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

Class Method Details

.fieldObject



3344
3345
3346
# File 'lib/quickfix_fields.rb', line 3344

def SettlPartySubIDType.field
	return 786
end