Class: Quickfix::LegStreamNotionalXIDRef

Inherits:
StringField
  • Object
show all
Defined in:
lib/quickfix_fields.rb

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from StringField

#<, #<=, #==, #>, #>=, #getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ LegStreamNotionalXIDRef

Returns a new instance of LegStreamNotionalXIDRef.



51889
51890
51891
51892
51893
51894
51895
# File 'lib/quickfix_fields.rb', line 51889

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

Class Method Details

.fieldObject



51886
51887
51888
# File 'lib/quickfix_fields.rb', line 51886

def LegStreamNotionalXIDRef.field
  return 41702
end