Class: Quickfix::ExchangeForPhysical
- Inherits:
-
BoolField
- Object
- BoolField
- Quickfix::ExchangeForPhysical
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ ExchangeForPhysical
constructor
A new instance of ExchangeForPhysical.
Constructor Details
#initialize(data = nil) ⇒ 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
.field ⇒ Object
16266 16267 16268 |
# File 'lib/quickfix_fields.rb', line 16266 def ExchangeForPhysical.field return 411 end |