Class: Quickfix::OwnershipType
- Inherits:
-
CharField
- Object
- CharField
- Quickfix::OwnershipType
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ OwnershipType
constructor
A new instance of OwnershipType.
Constructor Details
#initialize(data = nil) ⇒ OwnershipType
Returns a new instance of OwnershipType.
8820 8821 8822 8823 8824 8825 8826 |
# File 'lib/quickfix_fields.rb', line 8820 def initialize(data = nil) if( data == nil ) super(517) else super(517, data) end end |
Class Method Details
.field ⇒ Object
8817 8818 8819 |
# File 'lib/quickfix_fields.rb', line 8817 def OwnershipType.field return 517 end |