Class: Quickfix::SideAvgPxIndicator

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ SideAvgPxIndicator

Returns a new instance of SideAvgPxIndicator.



24277
24278
24279
24280
24281
24282
24283
# File 'lib/quickfix_fields.rb', line 24277

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