Class: Quickfix::OwnerType
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::OwnerType
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ OwnerType
constructor
A new instance of OwnerType.
Constructor Details
#initialize(data = nil) ⇒ OwnerType
Returns a new instance of OwnerType.
18960 18961 18962 18963 18964 18965 18966 |
# File 'lib/quickfix_fields.rb', line 18960 def initialize(data = nil) if( data == nil ) super(522) else super(522, data) end end |
Class Method Details
.field ⇒ Object
18957 18958 18959 |
# File 'lib/quickfix_fields.rb', line 18957 def OwnerType.field return 522 end |