Class: Quickfix::SettlPartySubID

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ SettlPartySubID

Returns a new instance of SettlPartySubID.



16321
16322
16323
16324
16325
16326
16327
# File 'lib/quickfix_fields.rb', line 16321

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

Class Method Details

.fieldObject



16318
16319
16320
# File 'lib/quickfix_fields.rb', line 16318

def SettlPartySubID.field
	return 785
end