Class: Quickfix::AdvSide

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ AdvSide

Returns a new instance of AdvSide.



2333
2334
2335
2336
2337
2338
2339
# File 'lib/quickfix_fields.rb', line 2333

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

Class Method Details

.fieldObject



2330
2331
2332
# File 'lib/quickfix_fields.rb', line 2330

def AdvSide.field
	return 4
end