Class: Quickfix::AvgPxGroupID
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::AvgPxGroupID
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ AvgPxGroupID
constructor
A new instance of AvgPxGroupID.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ AvgPxGroupID
Returns a new instance of AvgPxGroupID.
22483 22484 22485 22486 22487 22488 22489 |
# File 'lib/quickfix_fields.rb', line 22483 def initialize(data = nil) if( data == nil ) super(1731) else super(1731, data) end end |
Class Method Details
.field ⇒ Object
22480 22481 22482 |
# File 'lib/quickfix_fields.rb', line 22480 def AvgPxGroupID.field return 1731 end |