Class: Quickfix::TradeType

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ TradeType

Returns a new instance of TradeType.



16906
16907
16908
16909
16910
16911
16912
# File 'lib/quickfix_fields.rb', line 16906

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

Class Method Details

.fieldObject



16903
16904
16905
# File 'lib/quickfix_fields.rb', line 16903

def TradeType.field
	return 418
end