Class: Quickfix::UnderlyingCashSettlBusinessCenter

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ UnderlyingCashSettlBusinessCenter

Returns a new instance of UnderlyingCashSettlBusinessCenter.



58441
58442
58443
58444
58445
58446
58447
# File 'lib/quickfix_fields.rb', line 58441

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