Class: Quickfix::OfferMDEntryID

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

Returns a new instance of OfferMDEntryID.



22834
22835
22836
22837
22838
22839
22840
# File 'lib/quickfix_fields.rb', line 22834

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

Class Method Details

.fieldObject



22831
22832
22833
# File 'lib/quickfix_fields.rb', line 22831

def OfferMDEntryID.field
  return 1746
end