Class: Quickfix::BidMDEntryID

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) ⇒ BidMDEntryID

Returns a new instance of BidMDEntryID.



22821
22822
22823
22824
22825
22826
22827
# File 'lib/quickfix_fields.rb', line 22821

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

Class Method Details

.fieldObject



22818
22819
22820
# File 'lib/quickfix_fields.rb', line 22818

def BidMDEntryID.field
  return 1745
end