Class: Quickfix::AllocAccountType
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::AllocAccountType
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ AllocAccountType
constructor
A new instance of AllocAccountType.
Constructor Details
#initialize(data = nil) ⇒ AllocAccountType
Returns a new instance of AllocAccountType.
9912 9913 9914 9915 9916 9917 9918 |
# File 'lib/quickfix_fields.rb', line 9912 def initialize(data = nil) if( data == nil ) super(798) else super(798, data) end end |
Class Method Details
.field ⇒ Object
9909 9910 9911 |
# File 'lib/quickfix_fields.rb', line 9909 def AllocAccountType.field return 798 end |