Class: Quickfix::MDEntryBuyer

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

Returns a new instance of MDEntryBuyer.



3633
3634
3635
3636
3637
3638
3639
# File 'lib/quickfix_fields.rb', line 3633

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

Class Method Details

.fieldObject



3630
3631
3632
# File 'lib/quickfix_fields.rb', line 3630

def MDEntryBuyer.field
  return 288
end