Class: Quickfix::ExchangeForPhysical

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ ExchangeForPhysical

Returns a new instance of ExchangeForPhysical.



16269
16270
16271
16272
16273
16274
16275
# File 'lib/quickfix_fields.rb', line 16269

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

Class Method Details

.fieldObject



16266
16267
16268
# File 'lib/quickfix_fields.rb', line 16266

def ExchangeForPhysical.field
	return 411
end