Class: Quickfix::LegCurrency

Inherits:
((swig_class *) SWIGTYPE_p_FIX__StringField->clientdata)->klass
  • Object
show all
Defined in:
lib/quickfix_fields.rb,
ext/quickfix/QuickfixRuby.cpp

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(*args, self) ⇒ LegCurrency

Returns a new instance of LegCurrency.



79782
79783
79784
79785
79786
79787
79788
# File 'ext/quickfix/QuickfixRuby.cpp', line 79782

def initialize(data = nil)
  if( data == nil )
    super(556)
  else
    super(556, data)
  end
end

Class Method Details

.fieldObject



7439
7440
7441
# File 'lib/quickfix_fields.rb', line 7439

def LegCurrency.field
  return 556
end