Class: Quickfix::AdvSide

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from CharField

#getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ AdvSide

Returns a new instance of AdvSide.



968
969
970
971
972
973
974
# File 'lib/quickfix_fields.rb', line 968

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

Class Method Details

.fieldObject



965
966
967
# File 'lib/quickfix_fields.rb', line 965

def AdvSide.field
	return 4
end