Class: Quickfix::UnderlyingTradingSessionSubID

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ UnderlyingTradingSessionSubID

Returns a new instance of UnderlyingTradingSessionSubID.



9197
9198
9199
9200
9201
9202
9203
# File 'lib/quickfix_fields.rb', line 9197

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

Class Method Details

.fieldObject



9194
9195
9196
# File 'lib/quickfix_fields.rb', line 9194

def UnderlyingTradingSessionSubID.field
	return 823
end