Class: Quickfix::MarketReqID

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ MarketReqID

Returns a new instance of MarketReqID.



17660
17661
17662
17663
17664
17665
17666
# File 'lib/quickfix_fields.rb', line 17660

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