Class: Quickfix::AvgPxGroupID

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

Class Method Summary collapse

Instance Method Summary collapse

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

.fieldObject



22480
22481
22482
# File 'lib/quickfix_fields.rb', line 22480

def AvgPxGroupID.field
  return 1731
end