Class: Quickfix::BidDescriptorType

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ BidDescriptorType



19324
19325
19326
19327
19328
19329
19330
# File 'lib/quickfix_fields.rb', line 19324

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

Class Method Details

.fieldObject



19321
19322
19323
# File 'lib/quickfix_fields.rb', line 19321

def BidDescriptorType.field
  return 399
end