Class: Quickfix::MDEntryRefID

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ MDEntryRefID

Returns a new instance of MDEntryRefID.



1098
1099
1100
1101
1102
1103
1104
# File 'lib/quickfix_fields.rb', line 1098

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

Class Method Details

.fieldObject



1095
1096
1097
# File 'lib/quickfix_fields.rb', line 1095

def MDEntryRefID.field
  return 280
end