Class: Quickfix::LegAllocAccount
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::LegAllocAccount
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegAllocAccount
constructor
A new instance of LegAllocAccount.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ LegAllocAccount
Returns a new instance of LegAllocAccount.
9249 9250 9251 9252 9253 9254 9255 |
# File 'lib/quickfix_fields.rb', line 9249 def initialize(data = nil) if( data == nil ) super(671) else super(671, data) end end |
Class Method Details
.field ⇒ Object
9246 9247 9248 |
# File 'lib/quickfix_fields.rb', line 9246 def LegAllocAccount.field return 671 end |