Class: Quickfix::AccountType
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::AccountType
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ AccountType
constructor
A new instance of AccountType.
Constructor Details
#initialize(data = nil) ⇒ AccountType
Returns a new instance of AccountType.
838 839 840 841 842 843 844 |
# File 'lib/quickfix_fields.rb', line 838 def initialize(data = nil) if( data == nil ) super(581) else super(581, data) end end |
Class Method Details
.field ⇒ Object
835 836 837 |
# File 'lib/quickfix_fields.rb', line 835 def AccountType.field return 581 end |