Class: Quickfix::LegAccount
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::LegAccount
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegAccount
constructor
A new instance of LegAccount.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ LegAccount
Returns a new instance of LegAccount.
75380 75381 75382 75383 75384 75385 75386 |
# File 'lib/quickfix_fields.rb', line 75380 def initialize(data = nil) if( data == nil ) super(2680) else super(2680, data) end end |
Class Method Details
.field ⇒ Object
75377 75378 75379 |
# File 'lib/quickfix_fields.rb', line 75377 def LegAccount.field return 2680 end |