Class: Quickfix::Account
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::Account
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ Account
constructor
A new instance of Account.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ Account
Returns a new instance of Account.
929 930 931 932 933 934 935 |
# File 'lib/quickfix_fields.rb', line 929 def initialize(data = nil) if( data == nil ) super(1) else super(1, data) end end |
Class Method Details
.field ⇒ Object
926 927 928 |
# File 'lib/quickfix_fields.rb', line 926 def Account.field return 1 end |