Class: Quickfix::NoFundingSources

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ NoFundingSources

Returns a new instance of NoFundingSources.



77694
77695
77696
77697
77698
77699
77700
# File 'lib/quickfix_fields.rb', line 77694

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