Class: Quickfix::MarginAmtCcy
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::MarginAmtCcy
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ MarginAmtCcy
constructor
A new instance of MarginAmtCcy.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ MarginAmtCcy
Returns a new instance of MarginAmtCcy.
20247 20248 20249 20250 20251 20252 20253 |
# File 'lib/quickfix_fields.rb', line 20247 def initialize(data = nil) if( data == nil ) super(1646) else super(1646, data) end end |
Class Method Details
.field ⇒ Object
20244 20245 20246 |
# File 'lib/quickfix_fields.rb', line 20244 def MarginAmtCcy.field return 1646 end |