Class: Quickfix::TradedFlatSwitch

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ TradedFlatSwitch

Returns a new instance of TradedFlatSwitch.



12928
12929
12930
12931
12932
12933
12934
# File 'lib/quickfix_fields.rb', line 12928

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

Class Method Details

.fieldObject



12925
12926
12927
# File 'lib/quickfix_fields.rb', line 12925

def TradedFlatSwitch.field
	return 258
end