Class: Quickfix::NoCashSettlDealers

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ NoCashSettlDealers

Returns a new instance of NoCashSettlDealers.



30894
30895
30896
30897
30898
30899
30900
# File 'lib/quickfix_fields.rb', line 30894

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