Class: Quickfix::MarketReqID

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ MarketReqID

Returns a new instance of MarketReqID.



1618
1619
1620
1621
1622
1623
1624
# File 'lib/quickfix_fields.rb', line 1618

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

Class Method Details

.fieldObject



1615
1616
1617
# File 'lib/quickfix_fields.rb', line 1615

def MarketReqID.field
  return 1393
end