Class: Quickfix::ExchangeRule

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ ExchangeRule

Returns a new instance of ExchangeRule.



7637
7638
7639
7640
7641
7642
7643
# File 'lib/quickfix_fields.rb', line 7637

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

Class Method Details

.fieldObject



7634
7635
7636
# File 'lib/quickfix_fields.rb', line 7634

def ExchangeRule.field
	return 825
end