Class: Quickfix::TrdType

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ TrdType

Returns a new instance of TrdType.



11082
11083
11084
11085
11086
11087
11088
# File 'lib/quickfix_fields.rb', line 11082

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

Class Method Details

.fieldObject



11079
11080
11081
# File 'lib/quickfix_fields.rb', line 11079

def TrdType.field
	return 828
end