Class: Quickfix::SideAvgPxIndicator
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::SideAvgPxIndicator
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ SideAvgPxIndicator
constructor
A new instance of SideAvgPxIndicator.
Methods inherited from IntField
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 |
Class Method Details
.field ⇒ Object
24274 24275 24276 |
# File 'lib/quickfix_fields.rb', line 24274 def SideAvgPxIndicator.field return 1853 end |