Class: Quickfix::AllocAccount
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::AllocAccount
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ AllocAccount
constructor
A new instance of AllocAccount.
Constructor Details
#initialize(data = nil) ⇒ AllocAccount
Returns a new instance of AllocAccount.
799 800 801 802 803 804 805 |
# File 'lib/quickfix_fields.rb', line 799 def initialize(data = nil) if( data == nil ) super(79) else super(79, data) end end |
Class Method Details
.field ⇒ Object
796 797 798 |
# File 'lib/quickfix_fields.rb', line 796 def AllocAccount.field return 79 end |