Class: Quickfix::ClientBidID

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ ClientBidID



15099
15100
15101
15102
15103
15104
15105
# File 'lib/quickfix_fields.rb', line 15099

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

Class Method Details

.fieldObject



15096
15097
15098
# File 'lib/quickfix_fields.rb', line 15096

def ClientBidID.field
  return 391
end