Class: Quickfix::PosAmtType
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::PosAmtType
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ PosAmtType
constructor
A new instance of PosAmtType.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ PosAmtType
Returns a new instance of PosAmtType.
9704 9705 9706 9707 9708 9709 9710 |
# File 'lib/quickfix_fields.rb', line 9704 def initialize(data = nil) if( data == nil ) super(707) else super(707, data) end end |
Class Method Details
.field ⇒ Object
9701 9702 9703 |
# File 'lib/quickfix_fields.rb', line 9701 def PosAmtType.field return 707 end |