Class: Quickfix::TradingSessionSubID

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ TradingSessionSubID

Returns a new instance of TradingSessionSubID.



5479
5480
5481
5482
5483
5484
5485
# File 'lib/quickfix_fields.rb', line 5479

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

Class Method Details

.fieldObject



5476
5477
5478
# File 'lib/quickfix_fields.rb', line 5476

def TradingSessionSubID.field
  return 625
end