Class: Quickfix::CrossType

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ CrossType

Returns a new instance of CrossType.



10679
10680
10681
10682
10683
10684
10685
# File 'lib/quickfix_fields.rb', line 10679

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

Class Method Details

.fieldObject



10676
10677
10678
# File 'lib/quickfix_fields.rb', line 10676

def CrossType.field
	return 549
end