Class: Quickfix::CustomerOrFirm
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::CustomerOrFirm
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ CustomerOrFirm
constructor
A new instance of CustomerOrFirm.
Constructor Details
#initialize(data = nil) ⇒ CustomerOrFirm
4777 4778 4779 4780 4781 4782 4783 |
# File 'lib/quickfix_fields.rb', line 4777 def initialize(data = nil) if( data == nil ) super(204) else super(204, data) end end |
Class Method Details
.field ⇒ Object
4774 4775 4776 |
# File 'lib/quickfix_fields.rb', line 4774 def CustomerOrFirm.field return 204 end |